mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
meson: Fix value of libglxvnd in -Dglx=false build
hw/vfb/meson.build:7:0: ERROR: '' is not a target.
This commit is contained in:
@@ -65,7 +65,7 @@ hdrs_vnd = [
|
|||||||
'vndserver.h',
|
'vndserver.h',
|
||||||
]
|
]
|
||||||
|
|
||||||
libglxvnd = ''
|
libglxvnd = []
|
||||||
if build_glx
|
if build_glx
|
||||||
libglxvnd = static_library('libglxvnd',
|
libglxvnd = static_library('libglxvnd',
|
||||||
srcs_vnd,
|
srcs_vnd,
|
||||||
|
|||||||
Reference in New Issue
Block a user