Split into a demo repository that holds the demo compositor and clients

This commit is contained in:
Kristian Høgsberg
2011-02-14 22:13:33 -05:00
parent 525e4c0bea
commit b2d71852fd
27 changed files with 24 additions and 5859 deletions
+2 -4
View File
@@ -8,9 +8,7 @@ AM_CPPFLAGS = \
AM_CFLAGS = $(GCC_CFLAGS)
compositor_LDADD = \
$(top_builddir)/wayland/libwayland-server.la \
$(top_builddir)/wayland/libwayland-client.la \
compositor_LDADD = \
$(COMPOSITOR_LIBS)
if ENABLE_DRM_COMPOSITOR
@@ -52,4 +50,4 @@ BUILT_SOURCES = \
CLEANFILES = $(BUILT_SOURCES)
include $(top_srcdir)/wayland/scanner.mk
@wayland_scanner_rules@