Merge branch 'clutter' of ssh://gitserver@git.o-hand.com/metacity-clutter into clutter
This commit is contained in:
commit
976635a22b
@ -535,7 +535,7 @@ src/wm-tester/Makefile
|
|||||||
src/libmetacity-private.pc
|
src/libmetacity-private.pc
|
||||||
src/tools/Makefile
|
src/tools/Makefile
|
||||||
src/themes/Makefile
|
src/themes/Makefile
|
||||||
src/compositor/clutter-plugins/Makefile
|
src/compositor/clutter/clutter-plugins/Makefile
|
||||||
po/Makefile.in
|
po/Makefile.in
|
||||||
])
|
])
|
||||||
|
|
||||||
|
@ -3,10 +3,10 @@ lib_LTLIBRARIES = libmetacity-private.la
|
|||||||
SUBDIRS=wm-tester tools themes
|
SUBDIRS=wm-tester tools themes
|
||||||
|
|
||||||
if WITH_CLUTTER
|
if WITH_CLUTTER
|
||||||
SUBDIRS += compositor/clutter-plugins
|
SUBDIRS += compositor/clutter/clutter-plugins
|
||||||
endif
|
endif
|
||||||
|
|
||||||
INCLUDES=@METACITY_CFLAGS@ -I $(srcdir)/include -DMETACITY_LIBEXECDIR=\"$(libexecdir)\" -DHOST_ALIAS=\"@HOST_ALIAS@\" -DMETACITY_LOCALEDIR=\"$(prefix)/@DATADIRNAME@/locale\" -DMETACITY_PKGDATADIR=\"$(pkgdatadir)\" -DMETACITY_DATADIR=\"$(datadir)\" -DG_LOG_DOMAIN=\"metacity\" -DSN_API_NOT_YET_FROZEN=1 -DMETACITY_MAJOR_VERSION=$(METACITY_MAJOR_VERSION) -DMETACITY_MINOR_VERSION=$(METACITY_MINOR_VERSION) -DMETACITY_MICRO_VERSION=$(METACITY_MICRO_VERSION) -DMETACITY_CLUTTER_PLUGIN_API_VERSION=$(METACITY_CLUTTER_PLUGIN_API_VERSION) -DMETACITY_PKGLIBDIR=\"$(pkglibdir)\"
|
INCLUDES=@METACITY_CFLAGS@ -I $(srcdir)/include -I$(srcdir)/compositor -DMETACITY_LIBEXECDIR=\"$(libexecdir)\" -DHOST_ALIAS=\"@HOST_ALIAS@\" -DMETACITY_LOCALEDIR=\"$(prefix)/@DATADIRNAME@/locale\" -DMETACITY_PKGDATADIR=\"$(pkgdatadir)\" -DMETACITY_DATADIR=\"$(datadir)\" -DG_LOG_DOMAIN=\"metacity\" -DSN_API_NOT_YET_FROZEN=1 -DMETACITY_MAJOR_VERSION=$(METACITY_MAJOR_VERSION) -DMETACITY_MINOR_VERSION=$(METACITY_MINOR_VERSION) -DMETACITY_MICRO_VERSION=$(METACITY_MICRO_VERSION) -DMETACITY_CLUTTER_PLUGIN_API_VERSION=$(METACITY_CLUTTER_PLUGIN_API_VERSION) -DMETACITY_PKGLIBDIR=\"$(pkglibdir)\"
|
||||||
|
|
||||||
metacity_SOURCES= \
|
metacity_SOURCES= \
|
||||||
core/async-getprop.c \
|
core/async-getprop.c \
|
||||||
@ -103,15 +103,16 @@ metacity_SOURCES= \
|
|||||||
ui/ui.c
|
ui/ui.c
|
||||||
|
|
||||||
if WITH_CLUTTER
|
if WITH_CLUTTER
|
||||||
metacity_SOURCES += compositor/compositor-clutter.c \
|
metacity_SOURCES += \
|
||||||
compositor/compositor-clutter.h \
|
compositor/clutter/compositor-clutter.c \
|
||||||
compositor/tidy-texture-frame.c \
|
compositor/clutter/compositor-clutter.h \
|
||||||
compositor/tidy-texture-frame.h \
|
compositor/clutter/tidy-texture-frame.c \
|
||||||
compositor/shaped-texture.c \
|
compositor/clutter/tidy-texture-frame.h \
|
||||||
compositor/shaped-texture.h \
|
compositor/clutter/shaped-texture.c \
|
||||||
include/compositor-clutter-plugin.h \
|
compositor/clutter/shaped-texture.h \
|
||||||
compositor/compositor-clutter-plugin-manager.c \
|
include/compositor-clutter-plugin.h \
|
||||||
compositor/compositor-clutter-plugin-manager.h
|
compositor/clutter/compositor-clutter-plugin-manager.c \
|
||||||
|
compositor/clutter/compositor-clutter-plugin-manager.h
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# by setting libmetacity_private_la_CFLAGS, the files shared with
|
# by setting libmetacity_private_la_CFLAGS, the files shared with
|
||||||
|
@ -18,6 +18,7 @@
|
|||||||
#include "compositor-private.h"
|
#include "compositor-private.h"
|
||||||
#include "compositor-clutter.h"
|
#include "compositor-clutter.h"
|
||||||
#include "compositor-clutter-plugin-manager.h"
|
#include "compositor-clutter-plugin-manager.h"
|
||||||
|
#include "tidy-texture-frame.h"
|
||||||
#include "xprops.h"
|
#include "xprops.h"
|
||||||
#include "shaped-texture.h"
|
#include "shaped-texture.h"
|
||||||
#include "tidy-texture-frame.h"
|
#include "tidy-texture-frame.h"
|
Loading…
x
Reference in New Issue
Block a user