Split native drm part of compositor out

This commit is contained in:
Kristian Høgsberg 2010-06-11 12:56:24 -04:00
parent 44be655b6d
commit fc783d4071
10 changed files with 897 additions and 833 deletions

View file

@ -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