mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-02 09:01:39 -05:00
Fix out of source build [wayland.png]
This commit is contained in:
parent
4b8bd1f731
commit
5312f21af6
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue