weston/data/Makefile.am

16 lines
300 B
Makefile
Raw Normal View History

westondatadir = $(datadir)/weston
dist_westondata_DATA = \
2011-01-26 22:37:07 +03:00
wayland.svg \
$(wayland_icon_png) \
pattern.png \
2012-02-01 16:45:51 +04:00
terminal.png \
border.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