From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] gdk-pixbuf2: Build without X11 support. Date: Wed, 06 Jul 2022 17:26:37 +0200 Message-ID: <20220706152637.1907-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8453450084418623320==" List-Id: --===============8453450084418623320== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Signed-off-by: Stefan Schantl --- gdk-pixbuf2/gdk-pixbuf2.nm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gdk-pixbuf2/gdk-pixbuf2.nm b/gdk-pixbuf2/gdk-pixbuf2.nm index 47f6d90ab..7c39db0de 100644 --- a/gdk-pixbuf2/gdk-pixbuf2.nm +++ b/gdk-pixbuf2/gdk-pixbuf2.nm @@ -7,7 +7,7 @@ name = gdk-pixbuf2 version = %{ver_major}.%{ver_minor} ver_major = 2.33 ver_minor = 2 -release = 2 +release = 3 groups = System/Libraries url = http://www.gtk.org/ @@ -31,13 +31,12 @@ build libpng-devel libjpeg-devel libtiff-devel - libX11-devel end export LD_LIBRARY_PATH = %{DIR_APP}/gdk-pixbuf/.libs configure_options += \ - --with-x11 \ + --without-x11 \ --with-included-loaders=png make_install_targets += RUN_QUERY_LOADER_TEST=false -- 2.30.2 --===============8453450084418623320==--