Move core protocol libraries into wayland/ subdirectory
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
KERNEL=="event*", ENV{ID_INPUT_KEYBOARD}=="1", ENV{WAYLAND_SEAT}="1"
|
||||
KERNEL=="event*", ENV{ID_INPUT_MOUSE}=="1", ENV{WAYLAND_SEAT}="1"
|
||||
KERNEL=="event*", ENV{ID_INPUT_TOUCHPAD}=="1", ENV{WAYLAND_SEAT}="1"
|
||||
KERNEL=="event*", ENV{ID_INPUT_TOUCHSCREEN}=="1", ENV{WAYLAND_SEAT}="1"
|
||||
KERNEL=="card0", ENV{WAYLAND_SEAT}="1"
|
||||
|
||||
+3
-2
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user