parent
ef2f485056
commit
76b43326a5
@ -0,0 +1,18 @@ |
|||||||
|
include ../config.mk |
||||||
|
|
||||||
|
CFLAGS += $(COMPOSITOR_CFLAGS)
|
||||||
|
LDLIBS += -L.. -lwayland-server $(COMPOSITOR_LIBS) -rdynamic -lrt -lEGL -lm
|
||||||
|
|
||||||
|
all : compositor |
||||||
|
|
||||||
|
compositor : \
|
||||||
|
compositor.o \
|
||||||
|
compositor-drm.o \
|
||||||
|
compositor-x11.o \
|
||||||
|
screenshooter.o \
|
||||||
|
drm.o
|
||||||
|
|
||||||
|
clean : |
||||||
|
rm -f compositor *.o .*.deps
|
||||||
|
|
||||||
|
install : |
Loading…
Reference in new issue