2007-02-14 Matthew Allum <mallum@openedhand.com>

* clutter/Makefile.am:
        * clutter/clutter-main.c:
        * clutter/clutter-stage.c:
        * clutter/clutter-version.h.in:
        * configure.ac:
        * examples/super-oh.c:
        Add CLUTTER_FLAVOUR define.
This commit is contained in:
Matthew Allum
2007-02-13 23:31:57 +00:00
parent 356970fbc1
commit 231b56b3e2
7 changed files with 24 additions and 5 deletions

View File

@ -42,8 +42,9 @@
#include "clutter-stage.h"
#include "clutter-private.h"
#include "clutter-debug.h"
#include "clutter-version.h" /* For flavour define */
#ifdef CLUTTER_BACKEND_GLX
#ifdef CLUTTER_FLAVOUR_GLX
#include <clutter/clutter-backend-glx.h>
#endif