From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: Re: [PATCH] gdk-pixbuf2: Build without X11 support. Date: Sat, 09 Jul 2022 16:38:54 +0200 Message-ID: In-Reply-To: <20220706152637.1907-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2685780446700265868==" List-Id: --===============2685780446700265868== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Reviewed-by: Adolf Belka On 06/07/2022 17:26, Stefan Schantl wrote: > 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 --===============2685780446700265868==--