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