weston/data/Makefile.am

31 lines
634 B
Makefile
Raw Normal View History

westondatadir = $(datadir)/weston
dist_westondata_DATA = \
bottom_left_corner.png \
bottom_right_corner.png \
bottom_side.png \
2010-10-12 23:48:29 +04:00
dnd-copy.png \
dnd-link.png \
dnd-move.png \
grabbing.png \
2010-10-12 23:48:29 +04:00
hand1.png \
hand2.png \
left_ptr.png \
left_side.png \
right_side.png \
2010-10-12 23:48:29 +04:00
sb_h_double_arrow.png \
sb_v_double_arrow.png \
top_left_corner.png \
top_right_corner.png \
top_side.png \
2010-11-16 18:55:13 +03:00
xterm.png \
2011-01-26 22:37:07 +03:00
wayland.svg \
$(wayland_icon_png)
if HAVE_RSVG_CONVERT
wayland_icon_png = wayland.png
2011-01-26 22:37:07 +03:00
2011-01-29 11:51:57 +03:00
wayland.png : $(top_srcdir)/data/wayland.svg
$(RSVG_CONVERT) -w 128 -h 128 $< -o $@
endif