blob: ea3f25a2f22c1c973c3fe10f75a67049b1547c31 [file] [log] [blame]
Patrick Williamsdb4c27e2022-08-05 08:10:29 -05001From 516fbcdcfe6343b1d64d35957ddb768346713ff6 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Sun, 17 Jul 2022 09:47:35 -0700
4Subject: [PATCH] configure: Ignore CONF_STATUS for gtk and openGL needs
5
6These are just warnings
7
8Upstream-Status: Inappropriate [OE-Specific]
9Signed-off-by: Khem Raj <raj.khem@gmail.com>
10---
11 configure.ac | 4 ----
12 1 file changed, 4 deletions(-)
13
14diff --git a/configure.ac b/configure.ac
15index c4fd38f..d7463cf 100644
16--- a/configure.ac
17+++ b/configure.ac
18@@ -4522,7 +4522,6 @@ fi
19 if test "$gtk_halfassed" != no ; then
20 warnL "GTK was found, but $gtk_halfassed_lib was not, so GTK"
21 warn2 "can't be used."
22- CONF_STATUS=1
23
24 if ( echo $gtk_halfassed_lib | grep -qi pixbuf-xlib ); then
25 echo ''
26@@ -4549,7 +4548,6 @@ if test "$have_motif" = no -a "$have_gtk" = no; then
27 else
28 warnL "The GTK libraries do not seem to be available; the"
29 warn2 "\`xscreensaver-settings' program requires them."
30- CONF_STATUS=1
31 # echo ''
32 # warn2 'You can use Motif or Lesstif instead of GTK (use the'
33 # warn2 "\`--with-motif' option) but that is NOT recommended."
34@@ -4735,10 +4733,8 @@ if test "$have_gl" = no ; then
35 CONF_STATUS=1
36 elif test "$with_gl_req" = no ; then
37 noteL 'The OpenGL 3D library is not being used.'
38- CONF_STATUS=1
39 else
40 noteL 'The OpenGL 3D library was not found.'
41- CONF_STATUS=1
42 fi
43
44 if test "$gl_halfassed" = yes ; then
45--
462.37.1
47