mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04: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))
|
||||
|
||||
subdir('examples')
|
||||
if get_option('examples')
|
||||
subdir('examples')
|
||||
endif
|
||||
|
||||
pkgconfig = import('pkgconfig')
|
||||
pkgconfig.generate(lib_wlr,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue