tinywl: build with meson if examples option is enabled

master
Simon Zeni 3 years ago committed by Simon Ser
parent e656697a7d
commit 52c34e8253

@ -180,6 +180,7 @@ summary(features + internal_features, bool_yn: true)
if get_option('examples') if get_option('examples')
subdir('examples') subdir('examples')
subdir('tinywl')
endif endif
pkgconfig = import('pkgconfig') pkgconfig = import('pkgconfig')

@ -0,0 +1,5 @@
executable(
'tinywl',
['tinywl.c', protocols_client_header['xdg-shell']],
dependencies: wlroots,
)
Loading…
Cancel
Save