* [PATCH] gdk-pixbuf2: Build without X11 support.
@ 2022-07-06 15:26 Stefan Schantl
2022-07-09 14:38 ` Adolf Belka
0 siblings, 1 reply; 2+ messages in thread
From: Stefan Schantl @ 2022-07-06 15:26 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 852 bytes --]
Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] gdk-pixbuf2: Build without X11 support.
2022-07-06 15:26 [PATCH] gdk-pixbuf2: Build without X11 support Stefan Schantl
@ 2022-07-09 14:38 ` Adolf Belka
0 siblings, 0 replies; 2+ messages in thread
From: Adolf Belka @ 2022-07-09 14:38 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1020 bytes --]
Reviewed-by: Adolf Belka <adolf.belka(a)ipfire.org>
On 06/07/2022 17:26, Stefan Schantl wrote:
> Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
> ---
> 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-07-09 14:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-06 15:26 [PATCH] gdk-pixbuf2: Build without X11 support Stefan Schantl
2022-07-09 14:38 ` Adolf Belka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox