From 5be6ee5a5cff5bff952ccde37f64bd1e04034aea Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Fonzo?= Date: Sun, 6 Oct 2019 12:35:56 -0300 Subject: [PATCH] recipes: x-libs/gdk-pixbuf: reconfigured --- recipes/x-libs/gdk-pixbuf/recipe | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes/x-libs/gdk-pixbuf/recipe b/recipes/x-libs/gdk-pixbuf/recipe index 2df78641..4c20692c 100644 --- a/recipes/x-libs/gdk-pixbuf/recipe +++ b/recipes/x-libs/gdk-pixbuf/recipe @@ -17,7 +17,7 @@ program=gdk-pixbuf version=2.39.2 -release=1 +release=2 # Set 'outdir' for a nice and well-organized output directory outdir="${outdir}/${arch}/x-libs" @@ -57,13 +57,13 @@ build() CFLAGS="$QICFLAGS" LDFLAGS="$QILDFLAGS" \ meson setup $configure_args \ - --libdir /usr/lib${libSuffix} \ - --mandir $mandir \ + --libdir=lib${libSuffix} \ + --mandir=$mandir \ --buildtype=release \ --strip \ -Dman=true \ -Djasper=true \ - -Drelocatable=true \ + -Dinstalled_tests=false \ .. ninja -- 2.11.4.GIT