Skip to content

Commit 8d107f3

Browse files
committedAug 30, 2021
meson: glx: Change initial value of libglxvnd from '' to []
'' cannot be a valid target of meson. Use [] as "empty" value to allow configure and build without glx correctly.
1 parent 27dc13a commit 8d107f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎glx/meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ hdrs_vnd = [
6565
'vndserver.h',
6666
]
6767

68-
libglxvnd = ''
68+
libglxvnd = []
6969
if build_glx
7070
libglxvnd = static_library('libglxvnd',
7171
srcs_vnd,

0 commit comments

Comments
 (0)
Please sign in to comment.