summaryrefslogtreecommitdiff
path: root/examples/application6/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'examples/application6/meson.build')
-rw-r--r--examples/application6/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/application6/meson.build b/examples/application6/meson.build
index 4f9357c706..33ad5faced 100644
--- a/examples/application6/meson.build
+++ b/examples/application6/meson.build
@@ -11,4 +11,5 @@ executable('exampleapp6',
'exampleappprefs.c',
app6_resources,
app6_schemas,
- dependencies: libgtk_dep)
+ dependencies: libgtk_dep,
+ c_args: common_cflags)