mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-02-25 01:41:11 -05: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
21
data/Makefile
Normal file
21
data/Makefile
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
include ../config.mk
|
||||
|
||||
cursor_images = \
|
||||
bottom_left_corner.png \
|
||||
bottom_right_corner.png \
|
||||
bottom_side.png \
|
||||
grabbing.png \
|
||||
left_ptr.png \
|
||||
left_side.png \
|
||||
right_side.png \
|
||||
top_left_corner.png \
|
||||
top_right_corner.png \
|
||||
top_side.png \
|
||||
xterm.png
|
||||
|
||||
|
||||
all :
|
||||
|
||||
install :
|
||||
install -d $(datadir)/wayland
|
||||
install $(cursor_images) $(datadir)/wayland
|
||||
Loading…
Add table
Add a link
Reference in a new issue