summaryrefslogtreecommitdiff
path: root/clutter-gst/Makefile.am
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2012-02-22 12:19:31 +0000
committerDamien Lespiau <damien.lespiau@intel.com>2012-02-22 12:19:31 +0000
commit02f99f0742830a5137be1aff1416fa18dcb32758 (patch)
tree10e299524793837097e482114546bf89056eb2c6 /clutter-gst/Makefile.am
parent8814c2d821d20cb6cbfa01a65d1119f2b33eb8f3 (diff)
downloadclutter-gst-02f99f0742830a5137be1aff1416fa18dcb32758.tar.gz
build: Don't ask for the Cogl 2.0 API
When asking for it, your just get the 2.0 API and not the 1.0 one any more. Just don't ask for the 2.0 API, we don't use it anymore.
Diffstat (limited to 'clutter-gst/Makefile.am')
-rw-r--r--clutter-gst/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/clutter-gst/Makefile.am b/clutter-gst/Makefile.am
index 3f130ee..95922f8 100644
--- a/clutter-gst/Makefile.am
+++ b/clutter-gst/Makefile.am
@@ -65,7 +65,6 @@ AM_CPPFLAGS = \
-DCLUTTER_GST_COMPILATION \
-DG_DISABLE_SINGLE_INCLUDES \
-DCOGL_ENABLE_EXPERIMENTAL_API \
- -DCOGL_ENABLE_EXPERIMENTAL_2_0_API \
-DCLUTTER_ENABLE_EXPERIMENTAL_API \
-DG_LOG_DOMAIN=\"Clutter-Gst\" \
$(NULL)