gdk-pixbuf: build with included loaders

This commit is contained in:
Ignacio Casal Quinteiro
2014-08-26 16:44:14 +02:00
parent 15d6b35029
commit 5b414b4389

View File

@@ -4,7 +4,7 @@ _realname=gdk-pixbuf2
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=2.31.0
pkgrel=1
pkgrel=2
pkgdesc="An image loading library (mingw-w64)"
arch=('any')
url="http://www.gtk.org"
@@ -47,7 +47,8 @@ build() {
--host=${MINGW_CHOST} \
--enable-static \
--enable-shared \
--enable-introspection
--enable-introspection \
--with-included-loaders
make
}