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:
Jon Turney 2019-04-25 14:39:58 +01:00 committed by Adam Jackson
parent c2feeca1b0
commit 331850ce6f

View File

@ -65,7 +65,7 @@ hdrs_vnd = [
'vndserver.h',
]
libglxvnd = ''
libglxvnd = []
if build_glx
libglxvnd = static_library('libglxvnd',
srcs_vnd,