mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-24 06:59:50 -05:00
Move core protocol libraries into wayland/ subdirectory
This commit is contained in:
parent
76b43326a5
commit
6dd08ebbe1
20 changed files with 69 additions and 61 deletions
|
|
@ -1,7 +1,7 @@
|
|||
include ../config.mk
|
||||
|
||||
CFLAGS += $(COMPOSITOR_CFLAGS)
|
||||
LDLIBS += -L.. -lwayland-server $(COMPOSITOR_LIBS) -rdynamic -lrt -lEGL -lm
|
||||
LDLIBS += -L../wayland -lwayland-server $(COMPOSITOR_LIBS) -rdynamic -lrt -lm
|
||||
|
||||
all : compositor
|
||||
|
||||
|
|
@ -15,4 +15,5 @@ compositor : \
|
|||
clean :
|
||||
rm -f compositor *.o .*.deps
|
||||
|
||||
install :
|
||||
install :
|
||||
install 70-wayland.rules ${udev_rules_dir}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue