diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2014-10-21 17:19:53 +0530 |
---|---|---|
committer | Luis de Bethencourt <luis.bg@samsung.com> | 2014-11-07 16:46:03 +0000 |
commit | d5e3f1759ba4d8dd00a6c165efc6499274b2e3b6 (patch) | |
tree | 7fb177c6224af90932ba36d59fc88dca39d92be0 | |
parent | 7f615aaf58bd2becc93b1670e0d4c597fa668f32 (diff) |
glib.recipe: Add missing comma
This was causing a build failure of the gstreamer packages
-rw-r--r-- | recipes/glib.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/glib.recipe b/recipes/glib.recipe index 2bf7695c..681b8059 100644 --- a/recipes/glib.recipe +++ b/recipes/glib.recipe @@ -66,7 +66,7 @@ class Recipe(recipe.Recipe): 'lib/pkgconfig/gobject-2.0.pc', 'lib/pkgconfig/gthread-2.0.pc', 'include/glib-2.0', - 'share/aclocal/glib-2.0.m4' + 'share/aclocal/glib-2.0.m4', 'share/aclocal/glib-gettext.m4' ] platform_files_devel = { |