[clutter/clutter-1.18] Check for cogl-path as a separate package



commit d4aed66821b5f2a040b40895dfbdca507e96bf7a
Author: Robert Bragg <robert linux intel com>
Date:   Wed Nov 27 21:32:59 2013 +0000

    Check for cogl-path as a separate package
    
    In Cogl 1.17 libcogl-path has been split out from libcogl and now has
    its own corresponding cogl-path-1.0 pkg-config file which we check for
    during build configuration.
    
    Note: this bumps the required cogl version up to 1.17.1

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 47fce79..fe06bb5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -211,7 +211,7 @@ experimental_backend=no
 experimental_input_backend=no
 
 # base dependencies for core
-CLUTTER_BASE_PC_FILES="cogl-1.0 >= $COGL_REQ_VERSION cairo-gobject >= $CAIRO_REQ_VERSION atk >= 
$ATK_REQ_VERSION pangocairo >= $PANGO_REQ_VERSION cogl-pango-1.0 json-glib-1.0 >= $JSON_GLIB_REQ_VERSION"
+CLUTTER_BASE_PC_FILES="cogl-1.0 >= $COGL_REQ_VERSION cogl-path-1.0 cairo-gobject >= $CAIRO_REQ_VERSION atk 
= $ATK_REQ_VERSION pangocairo >= $PANGO_REQ_VERSION cogl-pango-1.0 json-glib-1.0 >= $JSON_GLIB_REQ_VERSION"
 
 # private base dependencies
 CLUTTER_BASE_PC_FILES_PRIVATE=""


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