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 4debdcd40b
commit 4aa1deb929
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')