Fix out of source build [wayland.png]
This commit is contained in:
parent
4b8bd1f731
commit
5312f21af6
@ -25,6 +25,6 @@ dist_waylanddata_DATA = \
|
||||
if HAVE_RSVG_CONVERT
|
||||
wayland_icon_png = wayland.png
|
||||
|
||||
wayland.png : wayland.svg
|
||||
$(RSVG_CONVERT) -w 128 -h 128 wayland.svg -o wayland.png
|
||||
wayland.png : $(top_srcdir)/data/wayland.svg
|
||||
$(RSVG_CONVERT) -w 128 -h 128 $< -o $@
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user