diff configure @ 2204:b86ae2abb3b3

GTK: Added GTK2 support for GResource embedded images. Removed the App ID from the resource namespace. I assume the namespace is per process and this should be sufficient, but can revisit adding the application name or application ID to the resource namespace later.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 29 Nov 2020 05:29:11 +0000
parents 12fb7f32f3a9
children 6cdb907755cb
line wrap: on
line diff
--- a/configure	Sun Nov 29 04:17:58 2020 +0000
+++ b/configure	Sun Nov 29 05:29:11 2020 +0000
@@ -6268,12 +6268,10 @@
 
   rm -f conf.gdkimlibtest
 
+      CFLAGS="$CFLAGS -DDW_INCLUDE_DEPRECATED_RESOURCES=1"
    else
       GTK_CFLAGS=`$PKG_CFG --cflags $GTK_PACKAGES`
       GTK_LIBS=`$PKG_CFG --libs $GTK_PACKAGES`
-      if test $with_gtk2 = "yes"; then
-         CFLAGS="$CFLAGS -DDW_INCLUDE_DEPRECATED_RESOURCES=1"
-      else
 
 
 
@@ -6465,7 +6463,6 @@
 $as_echo "yes" >&6; }
 	DW_GRESOURCE="enabled"
 fi
-      fi
    fi
 fi