summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErnestas Kulik <ernestask@src.gnome.org>2017-02-19 18:24:43 +0200
committerPatrick Griffis <tingping@tingping.se>2017-02-21 00:08:14 -0500
commit068d60c542e9f2cd5329fddbba59207a22de8ba5 (patch)
tree7a1adf230bdffa370d8d9786510de64ec6239e65
parent1bd7f34a58f11f4bdebcbe5ca3371b89c6c2c83c (diff)
downloadlibgd-068d60c542e9f2cd5329fddbba59207a22de8ba5.tar.gz
meson: add tagged-entry resource header to sources
A dependency issue can be hit with flatpak-builder, where gd-tagged-entry-resources.h is not generated when compiling gd-tagged-entry.c. This can be fixed by adding both the source and the header to the final sources. https://bugzilla.gnome.org/show_bug.cgi?id=778913
-rw-r--r--libgd/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgd/meson.build b/libgd/meson.build
index 16aabcf..a050b17 100644
--- a/libgd/meson.build
+++ b/libgd/meson.build
@@ -111,7 +111,7 @@ if get_option('with-tagged-entry')
)
built_sources += gdres[1]
sources += [
- gdres[0],
+ gdres,
'gd-tagged-entry.c',
'gd-tagged-entry.h',
]