You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
634 B
30 lines
634 B
westondatadir = $(datadir)/weston
|
|
|
|
dist_westondata_DATA = \
|
|
bottom_left_corner.png \
|
|
bottom_right_corner.png \
|
|
bottom_side.png \
|
|
dnd-copy.png \
|
|
dnd-link.png \
|
|
dnd-move.png \
|
|
grabbing.png \
|
|
hand1.png \
|
|
hand2.png \
|
|
left_ptr.png \
|
|
left_side.png \
|
|
right_side.png \
|
|
sb_h_double_arrow.png \
|
|
sb_v_double_arrow.png \
|
|
top_left_corner.png \
|
|
top_right_corner.png \
|
|
top_side.png \
|
|
xterm.png \
|
|
wayland.svg \
|
|
$(wayland_icon_png)
|
|
|
|
if HAVE_RSVG_CONVERT
|
|
wayland_icon_png = wayland.png
|
|
|
|
wayland.png : $(top_srcdir)/data/wayland.svg
|
|
$(RSVG_CONVERT) -w 128 -h 128 $< -o $@
|
|
endif
|
|
|