summaryrefslogtreecommitdiffstats
path: root/games/gnome-games/files/patch-configure
blob: 14c4dcf1840905fd7834e3a4b9276dac30710d05 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
--- configure.orig  2009-07-29 13:44:23.000000000 +0200
+++ configure   2009-07-29 13:47:19.000000000 +0200
@@ -22384,10 +22384,10 @@
   CLUTTER_API_VERSION=
   { $as_echo "$as_me:$LINENO: checking for clutter API version" >&5
 $as_echo_n "checking for clutter API version... " >&6; }
-  for API_VERSION in 0.9; do
+  for API_VERSION in 1.0; do
     if test -n "$PKG_CONFIG" && \
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"clutter-\$API_VERSION clutter-gtk-\$API_VERSION\"") >&5
-  ($PKG_CONFIG --exists --print-errors "clutter-$API_VERSION clutter-gtk-$API_VERSION") 2>&5
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"clutter-API_VERSION clutter-gtk-0.9\"") >&5
+  ($PKG_CONFIG --exists --print-errors "clutter-$API_VERSION clutter-gtk-0.9") 2>&5
   ac_status=$?
   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; then
@@ -22538,6 +22538,7 @@
 $as_echo_n "checking for CLUTTER_GTK... " >&6; }
 
 if test -n "$PKG_CONFIG"; then
+CLUTTER_API_VERSION=0.9;
     if test -n "$CLUTTER_GTK_CFLAGS"; then
         pkg_cv_CLUTTER_GTK_CFLAGS="$CLUTTER_GTK_CFLAGS"
     else