summaryrefslogtreecommitdiff
path: root/clutter/clutter.h
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@linux.intel.com>2011-01-19 14:33:27 +0000
committerEmmanuele Bassi <ebassi@linux.intel.com>2011-01-19 14:33:27 +0000
commit94b905b9e110c671698a0cd59fa827f6ddb0a84d (patch)
treef063cccf118e417e3613ae96a784c637e7cefb23 /clutter/clutter.h
parent90a01b479c432310f9fcfb5fcd04e23d8fc1a92a (diff)
downloadclutter-94b905b9e110c671698a0cd59fa827f6ddb0a84d.tar.gz
build: Generate an instealled config header
Clutter has some platform-specific API that is accessible only if the right backend has been compiled in. Third party applications that wish to be portable across backends might want to use defines and other pre-processor tricks to determine header inclusion and API usage. While Clutter has an internal set of symbols it can use, third party applications don't have the luxury of being able to access the config.h generated by Clutter's configure script. For this reason, Clutter should install a configuration header with a series of namespaced defines that can be picked up by applications and other third party code.
Diffstat (limited to 'clutter/clutter.h')
-rw-r--r--clutter/clutter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/clutter/clutter.h b/clutter/clutter.h
index 8448a4490..3729cf8eb 100644
--- a/clutter/clutter.h
+++ b/clutter/clutter.h
@@ -30,6 +30,8 @@
#include "clutter-deprecated.h"
+#include "clutter-config.h"
+
#include "clutter-action.h"
#include "clutter-actor.h"
#include "clutter-actor-meta.h"