summaryrefslogtreecommitdiff
path: root/examples/application7/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'examples/application7/meson.build')
-rw-r--r--examples/application7/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/application7/meson.build b/examples/application7/meson.build
index 2beed866af..f5babb340c 100644
--- a/examples/application7/meson.build
+++ b/examples/application7/meson.build
@@ -11,4 +11,5 @@ executable('exampleapp7',
'exampleappprefs.c',
app7_resources,
app7_schemas,
- dependencies: libgtk_dep)
+ dependencies: libgtk_dep,
+ c_args: common_cflags)