mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-27 06:59:51 -05:00
Add a shm buffer sharing mechanism
This commit is contained in:
parent
98ffc93b95
commit
3d5bae0700
8 changed files with 286 additions and 46 deletions
|
|
@ -1,6 +1,6 @@
|
|||
include ../config.mk
|
||||
|
||||
CFLAGS += $(COMPOSITOR_CFLAGS)
|
||||
CFLAGS += -I../wayland $(COMPOSITOR_CFLAGS)
|
||||
LDLIBS += -L../wayland -lwayland-server $(COMPOSITOR_LIBS) -rdynamic -lrt -lm
|
||||
|
||||
all : compositor
|
||||
|
|
@ -11,7 +11,8 @@ compositor : \
|
|||
compositor-x11.o \
|
||||
screenshooter.o \
|
||||
screenshooter-protocol.o \
|
||||
drm.o
|
||||
drm.o \
|
||||
shm.o
|
||||
|
||||
screenshooter.c : screenshooter-server-protocol.h
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue