[empathy] Fix header collisions between clutter-gtk-0.10 and clutter-gtk-1.0



commit 4d45b02f6930ef0f97096deb5f70d62252dc7f95
Author: Nirbheek Chauhan <nirbheek gentoo org>
Date:   Wed Feb 23 20:55:49 2011 +0530

    Fix header collisions between clutter-gtk-0.10 and clutter-gtk-1.0
    
    Always include clutter-gtk-1.0 first to avoid header-include-path problems
    
    https://bugzilla.gnome.org/show_bug.cgi?id=643078

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index ef2e29a..5ed2446 100644
--- a/configure.ac
+++ b/configure.ac
@@ -327,9 +327,9 @@ if test "x$enable_map" != "xno"; then
 
    PKG_CHECK_MODULES(LIBCHAMPLAIN,
     [
-       champlain-0.10
-       champlain-gtk-0.10
        clutter-gtk-1.0
+       champlain-gtk-0.10
+       champlain-0.10
     ], have_libchamplain="yes", have_libchamplain="no")
 
    if test "x$have_libchamplain" = "xyes"; then



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]