Message ID | 20240916093146.2957308-2-guillaume.chaye@zeetim.com |
---|---|
State | New |
Headers | show |
Series | [PATCHv3,1/2] package/gdk-pixbuf: fix loader cache update hook | expand |
diff --git a/package/librsvg/librsvg.mk b/package/librsvg/librsvg.mk index 81a6667817..6b9200084b 100644 --- a/package/librsvg/librsvg.mk +++ b/package/librsvg/librsvg.mk @@ -12,7 +12,7 @@ LIBRSVG_INSTALL_STAGING = YES LIBRSVG_CONF_ENV = \ LIBS=$(TARGET_NLS_LIBS) \ RUST_TARGET=$(RUSTC_TARGET_NAME) -LIBRSVG_CONF_OPTS = --disable-pixbuf-loader --disable-tools +LIBRSVG_CONF_OPTS = --enable-pixbuf-loader --disable-tools HOST_LIBRSVG_CONF_OPTS = --enable-introspection=no LIBRSVG_DEPENDENCIES = cairo host-gdk-pixbuf gdk-pixbuf host-rustc libglib2 libxml2 pango \ $(TARGET_NLS_DEPENDENCIES)
Signed-off-by: Guillaume GC. Chaye <guillaume.chaye@zeetim.com> --- package/librsvg/librsvg.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)