From 07a44d119fb3ed2272e7239a01faf0f6ef77dacf Mon Sep 17 00:00:00 2001 From: Ignacio Casal Quinteiro Date: Tue, 26 Aug 2014 16:55:13 +0200 Subject: [PATCH] gtk3: include immodules --- mingw-w64-gtk3/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mingw-w64-gtk3/PKGBUILD b/mingw-w64-gtk3/PKGBUILD index e7867768f3..e362c9b5bd 100644 --- a/mingw-w64-gtk3/PKGBUILD +++ b/mingw-w64-gtk3/PKGBUILD @@ -4,7 +4,7 @@ _realname=gtk3 pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" pkgver=3.13.7 -pkgrel=1 +pkgrel=2 pkgdesc="GObject-based multi-platform GUI toolkit (v3) (mingw-w64)" arch=('any') url="http://www.gtk.org" @@ -62,7 +62,8 @@ build() { --disable-gtk2-dependency \ --enable-shared \ --enable-introspection \ - --disable-cups + --disable-cups \ + --with-included-immodules make }