2.0: Bump clutter-1.0 to clutter-2.0

Some places in the build system do not (or cannot) use the macro-ified
CLUTTER_API_VERSION, so we need to fix them up manually.
This commit is contained in:
Emmanuele Bassi
2012-10-07 20:11:43 +01:00
parent 2797740885
commit 29c42bfe8e
12 changed files with 14 additions and 16 deletions

View File

@ -129,7 +129,7 @@ ui_data = \
$(srcdir)/script-ui.json \
$(NULL)
examplesdir = $(datadir)/clutter-1.0/cookbook/examples
examplesdir = $(datadir)/clutter-2.0/cookbook/examples
examples_DATA = $(uidata) $(srcdir)/*.c $(srcdir)/*.h
-include $(top_srcdir)/build/autotools/Makefile.am.gitignore

View File

@ -7,8 +7,6 @@
*
* but when the pointer is over the overlap between red and green,
* signals are emitted by green
*
* gcc -g -O0 -o stacked-actors-and-events stacked-actors-and-events.c `pkg-config --libs --cflags clutter-1.0 glib-2.0` -lm
*/
#include <clutter/clutter.h>