meson.build: fix compile with -Dexamples=disabled

This commit is contained in:
Pauli Virtanen 2023-11-26 18:31:43 +02:00 committed by Wim Taymans
parent 9daca346a7
commit 422c270a74
4 changed files with 10 additions and 6 deletions

View file

@ -113,6 +113,4 @@ endif
subdir('tools')
subdir('tests')
if get_option('examples').allowed()
subdir('examples')
endif
subdir('examples')