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.
 
 
 
 
weston/data/Makefile.am

15 lines
300 B

westondatadir = $(datadir)/weston
dist_westondata_DATA = \
wayland.svg \
$(wayland_icon_png) \
pattern.png \
terminal.png \
border.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