[PATCH] Added specific versions to build dependencies.
Darxus
darxus at chaosreigns.com
Tue Jan 11 22:33:04 PST 2011
cairo >= 1.10.0 egl >= 7.10 and gdk-pixbuf-2.0 >= 2.21.5 libudev >= 136
libdrm >= 2.4.23 glib-2.0 >= 2.17.1
---
configure.ac | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 31654a6..e1448ad 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,8 +23,11 @@ PKG_PROG_PKG_CONFIG()
PKG_CHECK_MODULES(FFI, [libffi])
PKG_CHECK_MODULES(COMPOSITOR,
- [egl glesv2 gdk-pixbuf-2.0 libudev >= 136 libdrm >= 2.4.17] xcb-dri2 xcb-xfixes)
-PKG_CHECK_MODULES(CLIENT, [egl gl cairo gdk-pixbuf-2.0 glib-2.0 gobject-2.0 xkbcommon libdrm])
+ [egl >= 7.10 glesv2 gdk-pixbuf-2.0 >= 2.21.5
+ libudev >= 136 libdrm >= 2.4.23] xcb-dri2 xcb-xfixes)
+PKG_CHECK_MODULES(CLIENT, [egl >= 7.10 gl cairo >= 1.10.0
+ gdk-pixbuf-2.0 >= 2.21.5 glib-2.0 >= 2.17.1 gobject-2.0
+ xkbcommon libdrm >= 2.4.23])
PKG_CHECK_MODULES(POPPLER, [poppler-glib gdk-2.0],
[have_poppler=yes], [have_poppler=no])
AM_CONDITIONAL(HAVE_POPPLER, test "x$have_poppler" = "xyes")
--
1.7.1
More information about the wayland-devel
mailing list