mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-01 22:58:40 -04:00
Split native drm part of compositor out
This commit is contained in:
parent
44be655b6d
commit
fc783d4071
10 changed files with 897 additions and 833 deletions
6
Makefile
6
Makefile
|
|
@ -27,9 +27,9 @@ $(libs) :
|
|||
|
||||
compositor : \
|
||||
compositor.o \
|
||||
evdev.o \
|
||||
cairo-util.o \
|
||||
wayland-util.o
|
||||
compositor-drm.o \
|
||||
screenshooter.o \
|
||||
cairo-util.o
|
||||
|
||||
compositor : CFLAGS += $(COMPOSITOR_CFLAGS)
|
||||
compositor : LDLIBS += ./libwayland-server.so $(COMPOSITOR_LIBS) -rdynamic -lrt -lEGL -lm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue