Add wayland backend for compositor (nested)

This commit is contained in:
Benjamin Franzke 2010-11-27 19:04:12 +01:00 committed by Kristian Høgsberg
parent 35fd2a8cc6
commit ec2e64224b
4 changed files with 589 additions and 6 deletions

View file

@ -9,6 +9,7 @@ AM_CPPFLAGS = -DDATADIR='"$(datadir)"'
compositor_LDADD = \
$(top_builddir)/wayland/libwayland-server.la \
$(top_builddir)/wayland/libwayland-client.la \
$(COMPOSITOR_LIBS)
compositor_SOURCES = \
@ -16,6 +17,7 @@ compositor_SOURCES = \
compositor.h \
compositor-drm.c \
compositor-x11.c \
compositor-wayland.c \
screenshooter.c \
screenshooter-protocol.c \
screenshooter-server-protocol.h \