comparison 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
comparison
equal deleted inserted replaced
2203:12fb7f32f3a9 2204:b86ae2abb3b3
6266 fi 6266 fi
6267 6267
6268 6268
6269 rm -f conf.gdkimlibtest 6269 rm -f conf.gdkimlibtest
6270 6270
6271 CFLAGS="$CFLAGS -DDW_INCLUDE_DEPRECATED_RESOURCES=1"
6271 else 6272 else
6272 GTK_CFLAGS=`$PKG_CFG --cflags $GTK_PACKAGES` 6273 GTK_CFLAGS=`$PKG_CFG --cflags $GTK_PACKAGES`
6273 GTK_LIBS=`$PKG_CFG --libs $GTK_PACKAGES` 6274 GTK_LIBS=`$PKG_CFG --libs $GTK_PACKAGES`
6274 if test $with_gtk2 = "yes"; then
6275 CFLAGS="$CFLAGS -DDW_INCLUDE_DEPRECATED_RESOURCES=1"
6276 else
6277 6275
6278 6276
6279 6277
6280 6278
6281 6279
6463 GLIB_LIBS=$pkg_cv_GLIB_LIBS 6461 GLIB_LIBS=$pkg_cv_GLIB_LIBS
6464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 6462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6465 $as_echo "yes" >&6; } 6463 $as_echo "yes" >&6; }
6466 DW_GRESOURCE="enabled" 6464 DW_GRESOURCE="enabled"
6467 fi 6465 fi
6468 fi
6469 fi 6466 fi
6470 fi 6467 fi
6471 6468
6472 if test $check_pthreads = "yes"; then 6469 if test $check_pthreads = "yes"; then
6473 ac_fn_c_check_header_mongrel "$LINENO" "pthread.h" "ac_cv_header_pthread_h" "$ac_includes_default" 6470 ac_fn_c_check_header_mongrel "$LINENO" "pthread.h" "ac_cv_header_pthread_h" "$ac_includes_default"