mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
tinywl: build with meson if examples option is enabled
This commit is contained in:
parent
e656697a7d
commit
52c34e8253
2 changed files with 6 additions and 0 deletions
|
|
@ -180,6 +180,7 @@ summary(features + internal_features, bool_yn: true)
|
|||
|
||||
if get_option('examples')
|
||||
subdir('examples')
|
||||
subdir('tinywl')
|
||||
endif
|
||||
|
||||
pkgconfig = import('pkgconfig')
|
||||
|
|
|
|||
5
tinywl/meson.build
Normal file
5
tinywl/meson.build
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
executable(
|
||||
'tinywl',
|
||||
['tinywl.c', protocols_client_header['xdg-shell']],
|
||||
dependencies: wlroots,
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue