diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-10-11 16:03:36 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-10-11 16:03:36 +0200 |
commit | 2550326e35c6d6b81f66182bacedeb6755cbbdf7 (patch) | |
tree | f897e7e3ac90ebac8ef05a3bc77c8d463830d870 /recipes/gdk-pixbuf.recipe | |
parent | 245cfdff20c95e6fcfd57e7144d64bde3bd66962 (diff) |
Build static library for gdk-pixbuf
Diffstat (limited to 'recipes/gdk-pixbuf.recipe')
-rw-r--r-- | recipes/gdk-pixbuf.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gdk-pixbuf.recipe b/recipes/gdk-pixbuf.recipe index 5c2d823..868ab1b 100644 --- a/recipes/gdk-pixbuf.recipe +++ b/recipes/gdk-pixbuf.recipe @@ -5,7 +5,7 @@ class Recipe(recipe.Recipe): name = 'gdk-pixbuf' version = '2.26.2' licenses = [License.LGPLv2Plus] - configure_options = '--with-included-loaders ' + configure_options = '--with-included-loaders --enable-static ' deps = ['jpeg', 'glib', 'libpng', 'tiff', 'zlib' ] files_libs = ['libgdk_pixbuf-2.0'] |