Use flatten for link targets. Fixes #1764
parent
e419198ff8
commit
e2567386f1
4 changed files with 13 additions and 8 deletions
@ -0,0 +1,6 @@ |
||||
project('test', 'c') |
||||
|
||||
libxserver_dri3 = [] |
||||
libxserver = [ libxserver_dri3 ] |
||||
|
||||
executable('Xephyr', 'xephyr.c', link_with: [ libxserver ]) |
@ -0,0 +1,3 @@ |
||||
int main() { |
||||
return 0; |
||||
} |
Loading…
Reference in new issue