mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
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:
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user