mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-26 06:59:58 -05:00
Add wayland backend for compositor (nested)
This commit is contained in:
parent
35fd2a8cc6
commit
ec2e64224b
4 changed files with 589 additions and 6 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue