Check the cairo version

This commit is contained in:
Matthias Clasen 2005-07-13 13:30:24 +00:00
parent 13596ab6bd
commit 7db082d5da
4 changed files with 15 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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