summaryrefslogtreecommitdiff
path: root/examples/application4/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'examples/application4/meson.build')
-rw-r--r--examples/application4/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/application4/meson.build b/examples/application4/meson.build
index 7070790001..c03988cdb7 100644
--- a/examples/application4/meson.build
+++ b/examples/application4/meson.build
@@ -4,4 +4,5 @@ app4_resources = gnome.compile_resources('exampleapp4_resources',
executable('exampleapp4',
'exampleapp.c', 'exampleappwin.c', 'main.c', app4_resources,
- dependencies: libgtk_dep)
+ dependencies: libgtk_dep,
+ c_args: common_cflags)