Skip to content

Fix build: spurious newline causes meson setup to fail.

Bram Stolk requested to merge stolk/drm_info:fixbuild into master
$ meson setup --prefix=/opt/drm_info build
The Meson build system
Version: 0.63.2
Source dir: /usr/src/drm_info
Build dir: /usr/src/drm_info/build
Build type: native build
Project name: drm_info
Project version: 2.4.0
C compiler for the host machine: cc (gcc 12.2.0 "cc (Ubuntu 12.2.0-3ubuntu1) 12.2.0")
C linker for the host machine: cc ld.bfd 2.39
Host machine cpu family: x86_64
Host machine cpu: x86_64
Found pkg-config: /usr/bin/pkg-config (1.8.0)
Run-time dependency json-c found: YES 0.16
Run-time dependency libpci found: YES 3.8.0
Run-time dependency libdrm found: YES 2.4.114

meson.build:64:2: ERROR: Unknown statement.

Merge request reports