mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-26 15:50:05 +01: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:
parent
c2feeca1b0
commit
331850ce6f
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ hdrs_vnd = [
|
|||
'vndserver.h',
|
||||
]
|
||||
|
||||
libglxvnd = ''
|
||||
libglxvnd = []
|
||||
if build_glx
|
||||
libglxvnd = static_library('libglxvnd',
|
||||
srcs_vnd,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue