mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 03:44:06 +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',
|
||||
]
|
||||
|
||||
libglxvnd = ''
|
||||
libglxvnd = []
|
||||
if build_glx
|
||||
libglxvnd = static_library('libglxvnd',
|
||||
srcs_vnd,
|
||||
|
||||
Reference in New Issue
Block a user