mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-02-07 07:30:26 +01:00
15 lines
300 B
Makefile
15 lines
300 B
Makefile
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
|