mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 01:50:42 -05:00
[cogl] move clutter/pango to clutter/cogl/pango
As part of the re-organisation of Cogl; move clutter/pango to be part of the cogl sub-project.
This commit is contained in:
parent
43efab46bc
commit
95a869dab1
@ -2,7 +2,7 @@ include $(top_srcdir)/build/autotools/Makefile.am.silent
|
||||
|
||||
NULL =
|
||||
|
||||
SUBDIRS = cogl pango $(CLUTTER_WINSYS_BASE) $(CLUTTER_WINSYS)
|
||||
SUBDIRS = cogl $(CLUTTER_WINSYS_BASE) $(CLUTTER_WINSYS)
|
||||
|
||||
if LOCAL_JSON_GLIB
|
||||
SUBDIRS += json
|
||||
@ -12,7 +12,7 @@ clutter_json_libadd = $(top_builddir)/clutter/json/libclutter-json.la
|
||||
clutter_json_gir = ClutterJson-@CLUTTER_API_VERSION@.gir
|
||||
endif
|
||||
|
||||
DIST_SUBDIRS = pango glx eglx eglnative cogl sdl json osx x11 win32 fruity
|
||||
DIST_SUBDIRS = glx eglx eglnative cogl sdl json osx x11 win32 fruity
|
||||
|
||||
# common definitions
|
||||
CLEANFILES =
|
||||
@ -21,13 +21,13 @@ EXTRA_DIST =
|
||||
BUILT_SOURCES =
|
||||
|
||||
INCLUDES = \
|
||||
-I$(top_srcdir) \
|
||||
-I$(top_srcdir)/clutter/cogl \
|
||||
-I$(top_srcdir)/clutter/pango \
|
||||
-I$(top_srcdir)/clutter \
|
||||
$(clutter_json_include) \
|
||||
-I$(top_builddir)/clutter/cogl \
|
||||
-I$(top_builddir)/clutter \
|
||||
-I$(top_srcdir) \
|
||||
-I$(top_srcdir)/clutter/cogl \
|
||||
-I$(top_srcdir)/clutter/cogl/pango \
|
||||
-I$(top_srcdir)/clutter \
|
||||
$(clutter_json_include) \
|
||||
-I$(top_builddir)/clutter/cogl \
|
||||
-I$(top_builddir)/clutter \
|
||||
$(NULL)
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
@ -182,14 +182,14 @@ source_h_priv = \
|
||||
libclutter_@CLUTTER_WINSYS@_@CLUTTER_API_VERSION@_la_LIBADD = \
|
||||
$(CLUTTER_LIBS) \
|
||||
$(top_builddir)/clutter/cogl/cogl/libclutter-cogl.la \
|
||||
$(top_builddir)/clutter/pango/libcoglpango.la \
|
||||
$(top_builddir)/clutter/cogl/pango/libcoglpango.la \
|
||||
$(top_builddir)/clutter/$(CLUTTER_WINSYS)/libclutter-$(CLUTTER_WINSYS).la \
|
||||
$(clutter_json_libadd) \
|
||||
$(CLUTTER_WINSYS_BASE_LIB)
|
||||
|
||||
libclutter_@CLUTTER_WINSYS@_@CLUTTER_API_VERSION@_la_DEPENDENCIES = \
|
||||
$(top_builddir)/clutter/cogl/cogl/libclutter-cogl.la \
|
||||
$(top_builddir)/clutter/pango/libcoglpango.la \
|
||||
$(top_builddir)/clutter/cogl/pango/libcoglpango.la \
|
||||
$(top_builddir)/clutter/$(CLUTTER_WINSYS)/libclutter-$(CLUTTER_WINSYS).la \
|
||||
$(clutter_json_dep) \
|
||||
$(CLUTTER_WINSYS_BASE_LIB)
|
||||
|
@ -1 +1 @@
|
||||
SUBDIRS = cogl
|
||||
SUBDIRS = cogl pango
|
||||
|
@ -821,8 +821,8 @@ AC_CONFIG_FILES([
|
||||
clutter/cogl/cogl/driver/Makefile
|
||||
clutter/cogl/cogl/driver/gl/Makefile
|
||||
clutter/cogl/cogl/driver/gles/Makefile
|
||||
clutter/cogl/pango/Makefile
|
||||
clutter/json/Makefile
|
||||
clutter/pango/Makefile
|
||||
tests/Makefile
|
||||
tests/conform/Makefile
|
||||
tests/data/Makefile
|
||||
|
Loading…
Reference in New Issue
Block a user