| author | Neil Roberts <bpeeluk@yahoo.co.uk> | 2011-10-19 08:44:56 (GMT) |
|---|---|---|
| committer | Neil Roberts <bpeeluk@yahoo.co.uk> | 2011-10-19 08:44:56 (GMT) |
| commit | ae64379c7f2ca9d8e3886e2491cc8642188792d3 (patch) | |
| tree | d407bfe92caf17c830e05408ee8d5987fbca6506 | |
| parent | 199a1f3cd18c6b430a1f34c7ec96a40a80d161dd (diff) | |
dfight-menu: Include cogl-pango/cogl-pango.hmaster
cogl/cogl-pango.h is deprecated. This also bumps up the Clutter
requirement to 1.8 which is where the header was introduced.
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | src/dfight-menu.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index ee90a12..3d42fb8 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ AS_IF([test "x$have_atan2f" = "xno"], PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.28 gobject-2.0 >= 2.28]) PKG_CHECK_MODULES(GDK_PIXBUF, [gdk-pixbuf-2.0 >= 2.12]) -PKG_CHECK_MODULES(CLUTTER, [clutter-1.0]) +PKG_CHECK_MODULES(CLUTTER, [clutter-1.0 >= 1.8]) PKG_CHECK_MODULES(MASH, [mash-0.2]) # **** diff --git a/src/dfight-menu.c b/src/dfight-menu.c index 14a1a0f..4572162 100644 --- a/src/dfight-menu.c +++ b/src/dfight-menu.c @@ -22,7 +22,7 @@ #include <glib-object.h> #include <cogl/cogl.h> -#include <cogl/cogl-pango.h> +#include <cogl-pango/cogl-pango.h> #include "dfight-menu.h" #include "dfight-marshal.h" |
