forked from AuroraMiddleware/gtk
Check the cairo version
This commit is contained in:
parent
13596ab6bd
commit
7db082d5da
@ -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>
|
2005-07-13 Robert Ögren <gtk@roboros.com>
|
||||||
|
|
||||||
Fix handling of Aiptek and Aiptek-like graphical tablets such as Trust
|
Fix handling of Aiptek and Aiptek-like graphical tablets such as Trust
|
||||||
|
@ -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>
|
2005-07-13 Robert Ögren <gtk@roboros.com>
|
||||||
|
|
||||||
Fix handling of Aiptek and Aiptek-like graphical tablets such as Trust
|
Fix handling of Aiptek and Aiptek-like graphical tablets such as Trust
|
||||||
|
@ -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>
|
2005-07-13 Robert Ögren <gtk@roboros.com>
|
||||||
|
|
||||||
Fix handling of Aiptek and Aiptek-like graphical tablets such as Trust
|
Fix handling of Aiptek and Aiptek-like graphical tablets such as Trust
|
||||||
|
@ -34,6 +34,7 @@ m4_define([gtk_binary_version], [2.4.0])
|
|||||||
m4_define([glib_required_version], [2.7.1])
|
m4_define([glib_required_version], [2.7.1])
|
||||||
m4_define([pango_required_version], [1.9.0])
|
m4_define([pango_required_version], [1.9.0])
|
||||||
m4_define([atk_required_version], [1.0.1])
|
m4_define([atk_required_version], [1.0.1])
|
||||||
|
m4_define([cairo_required_version], [0.5.1-head])
|
||||||
|
|
||||||
|
|
||||||
AC_INIT([gtk+], [gtk_version],
|
AC_INIT([gtk+], [gtk_version],
|
||||||
@ -344,7 +345,8 @@ ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
|
|||||||
PKG_CHECK_MODULES(BASE_DEPENDENCIES,
|
PKG_CHECK_MODULES(BASE_DEPENDENCIES,
|
||||||
[glib-2.0 >= glib_required_version dnl
|
[glib-2.0 >= glib_required_version dnl
|
||||||
atk >= atk_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
|
if test "$os_win32" != yes; then
|
||||||
# libtool option to control which symbols are exported
|
# libtool option to control which symbols are exported
|
||||||
|
Loading…
Reference in New Issue
Block a user