1
0
Fork 0

2008-06-30 Emmanuele Bassi <ebassi@openedhand.com>

* clutter/Makefile.am:
	* clutter/eglx/Makefile.am:
	* clutter/glx/Makefile.am: Build the X11 base backend before
	the backends that depend on it.
This commit is contained in:
Emmanuele Bassi 2008-06-30 15:58:25 +00:00
parent ad221bfe4e
commit b510d2827c
4 changed files with 14 additions and 1 deletions

View file

@ -1,3 +1,10 @@
2008-06-30 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/Makefile.am:
* clutter/eglx/Makefile.am:
* clutter/glx/Makefile.am: Build the X11 base backend before
the backends that depend on it.
2008-06-30 Emmanuele Bassi <ebassi@openedhand.com>
Bug 1000 - clutter-x11 should define gtypes for its enumerations

View file

@ -1,6 +1,6 @@
NULL =
SUBDIRS = cogl pango $(clutterbackend) $(backendextra)
SUBDIRS = cogl pango $(backendextra) $(clutterbackend)
if LOCAL_JSON_GLIB
SUBDIRS += json

View file

@ -15,6 +15,9 @@ LDADD = $(CLUTTER_LIBS) $(top_builddir)/clutter/x11/libclutter-x11.la
noinst_LTLIBRARIES = libclutter-eglx.la
libclutter_eglx_la_SOURCES = \
$(top_builddir)/clutter/x11/libclutter-x11.la
libclutter_eglx_la_SOURCES = \
clutter-backend-egl.h \
clutter-backend-egl.c \

View file

@ -15,6 +15,9 @@ LDADD = $(CLUTTER_LIBS) $(top_builddir)/clutter/x11/libclutter-x11.la
noinst_LTLIBRARIES = libclutter-glx.la
libclutter_glx_la_DEPENDENCIES = \
$(top_builddir)/clutter/x11/libclutter-x11.la
libclutter_glx_la_SOURCES = \
clutter-backend-glx.h \
clutter-backend-glx.c \