diff options
author | Andoni Morales Alastruey <ylatuya@gmail.com> | 2013-02-25 17:30:44 +0100 |
---|---|---|
committer | Andoni Morales Alastruey <ylatuya@gmail.com> | 2013-02-26 11:34:03 +0100 |
commit | ee6e991d8255172ba7c3fb8cbf31f5ba04a45131 (patch) | |
tree | 68666397a6ae4ce3bd9e3f242f2d9abffef1b4a6 | |
parent | b783fde8ffc0b9bafe39add62fc3914dcb45b161 (diff) |
glib-tools: build all glib as we need tools from gio too
-rw-r--r-- | recipes/build-tools/glib-tools.recipe | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes/build-tools/glib-tools.recipe b/recipes/build-tools/glib-tools.recipe index 90cf7ae..99d8b7a 100644 --- a/recipes/build-tools/glib-tools.recipe +++ b/recipes/build-tools/glib-tools.recipe @@ -8,8 +8,6 @@ class Recipe(recipe.Recipe): configure_options = ' --enable-static' deps = ['libffi', 'zlib'] can_use_configure_cache = False - make = 'make -C glib && make -C gthread && make -C gobject' - make_install = 'make -C glib install && make -C gthread install && make -C gobject install' platform_deps = {Platform.WINDOWS: ['libiconv', 'gettext'], Platform.DARWIN: ['libiconv', 'gettext'], Platform.IOS: ['libiconv', 'gettext'], |