mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-26 06:59:58 -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
|
|
@ -1,10 +1,12 @@
|
|||
CFLAGS = @GCC_CFLAGS@ -O -g -Wall -MMD -MF .$*.deps
|
||||
CPPFLAGS = -DDATADIR=\"$(datadir)\"
|
||||
|
||||
prefix = @prefix@
|
||||
exec_prefix = @exec_prefix@
|
||||
udev_rules_dir = @sysconfdir@/udev/rules.d
|
||||
libdir = @libdir@
|
||||
includedir = @includedir@
|
||||
datadir = @datadir@
|
||||
|
||||
COMPOSITOR_CFLAGS = @COMPOSITOR_CFLAGS@
|
||||
COMPOSITOR_LIBS = @COMPOSITOR_LIBS@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue