summaryrefslogtreecommitdiff
path: root/gtk/compose/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/compose/meson.build')
-rw-r--r--gtk/compose/meson.build7
1 files changed, 7 insertions, 0 deletions
diff --git a/gtk/compose/meson.build b/gtk/compose/meson.build
new file mode 100644
index 0000000000..90998faf90
--- /dev/null
+++ b/gtk/compose/meson.build
@@ -0,0 +1,7 @@
+compose_parse = executable('compose-parse',
+ sources: 'compose-parse.c',
+ c_args: gtk_cargs + common_cflags,
+ include_directories: [confinc, gtkinc],
+ dependencies: libgtk_static_dep,
+ install: false,
+)