summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--recipes/build-tools/glib-tools.recipe23
1 files changed, 23 insertions, 0 deletions
diff --git a/recipes/build-tools/glib-tools.recipe b/recipes/build-tools/glib-tools.recipe
index b17f6833..93c62d6f 100644
--- a/recipes/build-tools/glib-tools.recipe
+++ b/recipes/build-tools/glib-tools.recipe
@@ -13,6 +13,29 @@ class Recipe(recipe.Recipe):
'dtrace': 'false', 'iconv': 'auto', 'selinux' : 'disabled'}
deps = ['libffi', 'zlib', 'pkg-config']
+ # Without these, the relocator won't take effect on macOS
+ files_bins = [
+ 'gtester',
+ 'gobject-query',
+ 'gio',
+ 'gresource',
+ 'gio-querymodules',
+ 'glib-compile-schemas',
+ 'glib-compile-resources',
+ 'gsettings',
+ 'gdbus',
+ 'glib-mkenums',
+ ]
+
+ files_devel = [
+ 'bin/gtester-report',
+ 'bin/glib-genmarshal',
+ 'bin/glib-mkenums',
+ 'bin/glib-genmarshal',
+ 'bin/gdbus-codegen',
+ 'bin/glib-gettextize',
+ ]
+
def prepare(self):
# On Linux we must use the system gettext
if self.config.platform != Platform.LINUX: