summaryrefslogtreecommitdiff
path: root/x11-misc/xscreensaver/files/xscreensaver-6.01-gtk-detection.patch
blob: 1f70ad29dbb1f49054aa32933d5cddc371af8f17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From 9ff9a74152ebd8c04df12d340ab6e7c726690a82 Mon Sep 17 00:00:00 2001
From: Sebastian Pipping <sebastian@pipping.org>
Date: Sat, 17 Jul 2021 23:50:16 +0200
Subject: [PATCH 2/2] Fix detection of GTK+ for systems without gdk-pixbuf

---
 configure.ac | 2 --
 1 file changed, 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 4cb3385..bef0d1e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2819,8 +2819,6 @@ if test "$with_gtk" = yes; then
   pkg_check_version            gtk+-2.0  2.22.0 ; ac_gtk_version_string="$vers"
   pkg_check_version         gmodule-2.0  2.0.0
   pkg_check_version          libxml-2.0  2.4.6
-  pkg_check_version      gdk-pixbuf-2.0  2.0.0
-  pkg_check_version gdk-pixbuf-xlib-2.0  2.0.0
   have_gtk="$ok"
 
   if test "$have_gtk" = no; then
-- 
2.32.0