Title: [151635] trunk
Revision
151635
Author
carlo...@webkit.org
Date
2013-06-17 01:39:58 -0700 (Mon, 17 Jun 2013)

Log Message

Unreviewed. Rename gobject_introspection_required variable.

As gobject_introspection_required_version for consistency with all
other required_version variables.

* Source/autotools/FindDependencies.m4:
* Source/autotools/Versions.m4:

Modified Paths

Diff

Modified: trunk/ChangeLog (151634 => 151635)


--- trunk/ChangeLog	2013-06-17 08:17:51 UTC (rev 151634)
+++ trunk/ChangeLog	2013-06-17 08:39:58 UTC (rev 151635)
@@ -1,3 +1,13 @@
+2013-06-17  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Rename gobject_introspection_required variable.
+
+        As gobject_introspection_required_version for consistency with all
+        other required_version variables.
+
+        * Source/autotools/FindDependencies.m4:
+        * Source/autotools/Versions.m4:
+
 2013-06-14  Patrick Gansterer  <par...@webkit.org>
 
         Introduce USE(WINGDI) for the Windows port

Modified: trunk/Source/autotools/FindDependencies.m4 (151634 => 151635)


--- trunk/Source/autotools/FindDependencies.m4	2013-06-17 08:17:51 UTC (rev 151634)
+++ trunk/Source/autotools/FindDependencies.m4	2013-06-17 08:39:58 UTC (rev 151635)
@@ -346,7 +346,7 @@
 GIRTYPELIBDIR=
 
 if test "$enable_introspection" = "yes"; then
-    PKG_CHECK_MODULES([INTROSPECTION],[gobject-introspection-1.0 >= gobject_introspection_required])
+    PKG_CHECK_MODULES([INTROSPECTION],[gobject-introspection-1.0 >= gobject_introspection_required_version])
 
     G_IR_SCANNER="$($PKG_CONFIG --variable=g_ir_scanner gobject-introspection-1.0)"
     G_IR_COMPILER="$($PKG_CONFIG --variable=g_ir_compiler gobject-introspection-1.0)"

Modified: trunk/Source/autotools/Versions.m4 (151634 => 151635)


--- trunk/Source/autotools/Versions.m4	2013-06-17 08:17:51 UTC (rev 151634)
+++ trunk/Source/autotools/Versions.m4	2013-06-17 08:39:58 UTC (rev 151635)
@@ -26,7 +26,7 @@
 m4_define([fontconfig_required_version], [2.5])
 m4_define([freetype2_required_version], [9.0])
 m4_define([glib_required_version], [2.36.0])
-m4_define([gobject_introspection_required], [1.32.0])
+m4_define([gobject_introspection_required_version], [1.32.0])
 m4_define([gstreamer_plugins_base_required_version], [1.0.3])
 m4_define([gstreamer_required_version], [1.0.3])
 m4_define([harfbuzz_required_version], [0.9.7])
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to