mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-01 22:58:40 -04:00
Add DMZ cursor theme
Some day we can make this parse X cursor themes
This commit is contained in:
parent
77a4a79559
commit
4219a407ae
19 changed files with 47 additions and 16 deletions
6
Makefile
6
Makefile
|
|
@ -1,6 +1,6 @@
|
|||
include config.mk
|
||||
|
||||
subdirs = clients spec
|
||||
subdirs = clients spec data
|
||||
libs = libwayland-server.so libwayland-client.so
|
||||
|
||||
all : $(libs) compositor subdirs-all scanner
|
||||
|
|
@ -60,10 +60,10 @@ scanner : \
|
|||
|
||||
scanner : LDLIBS += $(EXPAT_LIBS)
|
||||
|
||||
subdirs-all subdirs-clean :
|
||||
subdirs-all subdirs-clean subdirs-install:
|
||||
for f in $(subdirs); do $(MAKE) -C $$f $(@:subdirs-%=%); done
|
||||
|
||||
install : $(libs) compositor
|
||||
install : $(libs) compositor subdirs-install
|
||||
install -d $(libdir) $(libdir)/pkgconfig ${udev_rules_dir}
|
||||
install $(libs) $(libdir)
|
||||
install wayland-server.pc wayland-client.pc $(libdir)/pkgconfig
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue