mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-12-23 10:29:49 +01:00
Honor the examples
meson setting
This commit is contained in:
parent
b1a63bcd84
commit
d9fdd28ac6
1 changed files with 3 additions and 1 deletions
|
@ -183,7 +183,9 @@ summary = [
|
||||||
]
|
]
|
||||||
message('\n'.join(summary))
|
message('\n'.join(summary))
|
||||||
|
|
||||||
subdir('examples')
|
if get_option('examples')
|
||||||
|
subdir('examples')
|
||||||
|
endif
|
||||||
|
|
||||||
pkgconfig = import('pkgconfig')
|
pkgconfig = import('pkgconfig')
|
||||||
pkgconfig.generate(lib_wlr,
|
pkgconfig.generate(lib_wlr,
|
||||||
|
|
Loading…
Reference in a new issue