mirror of
https://github.com/brl/mutter.git
synced 2024-11-11 00:26:40 -05:00
8 lines
135 B
Makefile
8 lines
135 B
Makefile
|
defaultcursordir = $(datadir)/mutter/cursors
|
||
|
|
||
|
dist_defaultcursor_DATA =
|
||
|
|
||
|
if HAVE_WAYLAND
|
||
|
dist_defaultcursor_DATA += left_ptr.png
|
||
|
endif
|