build: fix Makefile.am to build glx tfp code on x11 platforms

It was already the intention that the ClutterGLXTexturePixmap API should
be built and made available on any X11 based platforms since there was
nothing specific about the API and it is useful to have for
compatibility. There was a mistake in the Makefile.am though which meant
only the header was getting installed but the code wasn't being built.

Signed-off-by: Emmanuele Bassi <ebassi@linux.intel.com>
This commit is contained in:
Robert Bragg 2011-07-04 15:16:50 +01:00
parent 5ab10e0f7a
commit d65161a7fd

View File

@ -375,7 +375,7 @@ if SUPPORT_X11
#
# Note: there wasn't actually anything GLX specific so we can add
# the compatability if clutter supports x11
glx_source_c = $(srcdir)/cogl/clutter-glx-texture-pixmap.c
backend_source_c += $(srcdir)/cogl/clutter-glx-texture-pixmap.c
glx_source_h = $(srcdir)/cogl/clutter-glx-texture-pixmap.h \
$(srcdir)/cogl/clutter-glx.h
clutterglx_includedir = $(clutter_includedir)/glx