summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2005-07-13 13:30:24 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-07-13 13:30:24 +0000
commit7db082d5daa1f6e458b6db88487c1b75ee912839 (patch)
treeeb18166d8d635849169a6d3dec6e753c3cd7ebe0
parent13596ab6bd33dd876a3a51bc03c988605d7dc6c3 (diff)
downloadgdk-pixbuf-7db082d5daa1f6e458b6db88487c1b75ee912839.tar.gz
Check the cairo version
-rw-r--r--ChangeLog4
-rw-r--r--ChangeLog.pre-2-104
-rw-r--r--ChangeLog.pre-2-84
-rw-r--r--configure.in4
4 files changed, 15 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 589627a7c..28baeb672 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-07-13 Matthias Clasen <mclasen@redhat.com>
+
+ * configure.in: Check that we have a new enough Cairo.
+
2005-07-13 Robert Ögren <gtk@roboros.com>
Fix handling of Aiptek and Aiptek-like graphical tablets such as Trust
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 589627a7c..28baeb672 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,7 @@
+2005-07-13 Matthias Clasen <mclasen@redhat.com>
+
+ * configure.in: Check that we have a new enough Cairo.
+
2005-07-13 Robert Ögren <gtk@roboros.com>
Fix handling of Aiptek and Aiptek-like graphical tablets such as Trust
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 589627a7c..28baeb672 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,7 @@
+2005-07-13 Matthias Clasen <mclasen@redhat.com>
+
+ * configure.in: Check that we have a new enough Cairo.
+
2005-07-13 Robert Ögren <gtk@roboros.com>
Fix handling of Aiptek and Aiptek-like graphical tablets such as Trust
diff --git a/configure.in b/configure.in
index 9ca1e9766..ff4995390 100644
--- a/configure.in
+++ b/configure.in
@@ -34,6 +34,7 @@ m4_define([gtk_binary_version], [2.4.0])
m4_define([glib_required_version], [2.7.1])
m4_define([pango_required_version], [1.9.0])
m4_define([atk_required_version], [1.0.1])
+m4_define([cairo_required_version], [0.5.1-head])
AC_INIT([gtk+], [gtk_version],
@@ -344,7 +345,8 @@ ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
PKG_CHECK_MODULES(BASE_DEPENDENCIES,
[glib-2.0 >= glib_required_version dnl
atk >= atk_required_version dnl
- pango >= pango_required_version])
+ pango >= pango_required_version dnl
+ cairo >= cairo_required_version])
if test "$os_win32" != yes; then
# libtool option to control which symbols are exported