mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-24 06:59:50 -05:00
Introduce 'shell' object for moving and resizing surfaces in the compositor
This commit is contained in:
parent
a1f3f60bea
commit
83fc061c9c
8 changed files with 299 additions and 119 deletions
9
Makefile
9
Makefile
|
|
@ -5,6 +5,13 @@ libs = libwayland-server.so libwayland.so
|
|||
|
||||
all : $(libs) compositor subdirs-all scanner
|
||||
|
||||
headers = \
|
||||
wayland-util.h \
|
||||
wayland-server-protocol.h \
|
||||
wayland.h \
|
||||
wayland-client-protocol.h \
|
||||
wayland-client.h \
|
||||
|
||||
libwayland-server.so : \
|
||||
wayland-protocol.o \
|
||||
wayland.o \
|
||||
|
|
@ -60,7 +67,7 @@ install : $(libs) compositor
|
|||
install -d $(libdir) $(libdir)/pkgconfig ${udev_rules_dir}
|
||||
install $(libs) $(libdir)
|
||||
install wayland-server.pc wayland.pc $(libdir)/pkgconfig
|
||||
install wayland-util.h wayland-client.h $(includedir)
|
||||
install $(headers) $(includedir)
|
||||
install 70-wayland.rules ${udev_rules_dir}
|
||||
|
||||
clean : subdirs-clean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue