gdk-pixbuf: Enable dynamic modules in shared builds

GTK3 makes use of svg icons, but required librsvg module cannot be build in static
gdk-pixbuf so allow dynamic modules for shared builds.
This commit is contained in:
Jan-Michael Brummer 2020-05-22 15:58:49 +02:00 committed by Tony Theodore
parent b93047dd1b
commit d65c135bd8
1 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,8 @@ define $(PKG)_BUILD
cd '$(1)' && autoreconf -fi -I'$(PREFIX)/$(TARGET)/share/aclocal'
cd '$(1)' && ./configure \
$(MXE_CONFIGURE_OPTS) \
--disable-modules \
$(if $(BUILD_STATIC), \
--disable-modules,) \
--with-included-loaders \
--without-gdiplus \
LIBS="`'$(TARGET)-pkg-config' --libs libtiff-4`"