diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2014-10-13 16:37:26 +0530 |
---|---|---|
committer | Luis de Bethencourt <luis.bg@samsung.com> | 2014-11-07 16:45:49 +0000 |
commit | 7f615aaf58bd2becc93b1670e0d4c597fa668f32 (patch) | |
tree | 3e09120680fb4bf3d208bd9455da8a506d90cd25 | |
parent | d061408e8dc5bbb101dba2cf3ae8c2fec009e755 (diff) |
glib: Include glib-gettext.m4 in devel files
-rw-r--r-- | recipes/glib.recipe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/glib.recipe b/recipes/glib.recipe index 06ff81b9..2bf7695c 100644 --- a/recipes/glib.recipe +++ b/recipes/glib.recipe @@ -67,6 +67,7 @@ class Recipe(recipe.Recipe): 'lib/pkgconfig/gthread-2.0.pc', 'include/glib-2.0', 'share/aclocal/glib-2.0.m4' + 'share/aclocal/glib-gettext.m4' ] platform_files_devel = { Platform.WINDOWS: ['lib/pkgconfig/gio-windows-2.0.pc', 'include/gio-win32-2.0'], |