meson: Sync build files with master and update to 3.24

This commit is contained in:
Nirbheek Chauhan
2018-11-20 01:37:09 +05:30
committed by Christoph Reiter
parent 8caa937739
commit a4fe15d9f0
29 changed files with 2432 additions and 890 deletions

View File

@ -75,7 +75,7 @@ gtkdemo_deps = [libgtk_dep]
if harfbuzz_dep.found() and pangoft_dep.found()
demos += files('font_features.c')
gtkdemo_deps += harfbuzz_dep
gtkdemo_deps += [harfbuzz_dep, pangoft_dep]
endif
if os_unix
@ -108,6 +108,5 @@ gtkdemo = executable(
gtkdemo_resources,
dependencies: gtkdemo_deps,
include_directories : confinc,
gui_app: true,
install: true
)