mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 10:00:45 -05:00
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:
parent
ad221bfe4e
commit
b510d2827c
@ -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>
|
2008-06-30 Emmanuele Bassi <ebassi@openedhand.com>
|
||||||
|
|
||||||
Bug 1000 - clutter-x11 should define gtypes for its enumerations
|
Bug 1000 - clutter-x11 should define gtypes for its enumerations
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
NULL =
|
NULL =
|
||||||
|
|
||||||
SUBDIRS = cogl pango $(clutterbackend) $(backendextra)
|
SUBDIRS = cogl pango $(backendextra) $(clutterbackend)
|
||||||
|
|
||||||
if LOCAL_JSON_GLIB
|
if LOCAL_JSON_GLIB
|
||||||
SUBDIRS += json
|
SUBDIRS += json
|
||||||
|
@ -15,6 +15,9 @@ LDADD = $(CLUTTER_LIBS) $(top_builddir)/clutter/x11/libclutter-x11.la
|
|||||||
|
|
||||||
noinst_LTLIBRARIES = libclutter-eglx.la
|
noinst_LTLIBRARIES = libclutter-eglx.la
|
||||||
|
|
||||||
|
libclutter_eglx_la_SOURCES = \
|
||||||
|
$(top_builddir)/clutter/x11/libclutter-x11.la
|
||||||
|
|
||||||
libclutter_eglx_la_SOURCES = \
|
libclutter_eglx_la_SOURCES = \
|
||||||
clutter-backend-egl.h \
|
clutter-backend-egl.h \
|
||||||
clutter-backend-egl.c \
|
clutter-backend-egl.c \
|
||||||
|
@ -15,6 +15,9 @@ LDADD = $(CLUTTER_LIBS) $(top_builddir)/clutter/x11/libclutter-x11.la
|
|||||||
|
|
||||||
noinst_LTLIBRARIES = libclutter-glx.la
|
noinst_LTLIBRARIES = libclutter-glx.la
|
||||||
|
|
||||||
|
libclutter_glx_la_DEPENDENCIES = \
|
||||||
|
$(top_builddir)/clutter/x11/libclutter-x11.la
|
||||||
|
|
||||||
libclutter_glx_la_SOURCES = \
|
libclutter_glx_la_SOURCES = \
|
||||||
clutter-backend-glx.h \
|
clutter-backend-glx.h \
|
||||||
clutter-backend-glx.c \
|
clutter-backend-glx.c \
|
||||||
|
Loading…
Reference in New Issue
Block a user