summaryrefslogtreecommitdiff
path: root/recipes/gdk-pixbuf.recipe
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-10-11 16:03:36 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-10-11 16:03:36 +0200
commit2550326e35c6d6b81f66182bacedeb6755cbbdf7 (patch)
treef897e7e3ac90ebac8ef05a3bc77c8d463830d870 /recipes/gdk-pixbuf.recipe
parent245cfdff20c95e6fcfd57e7144d64bde3bd66962 (diff)
Build static library for gdk-pixbuf
Diffstat (limited to 'recipes/gdk-pixbuf.recipe')
-rw-r--r--recipes/gdk-pixbuf.recipe2
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']