build: Drop use of rsvg-convert
Just include the png in the repo.
This commit is contained in:
@@ -1 +0,0 @@
|
||||
wayland.png
|
||||
+1
-8
@@ -2,7 +2,7 @@ westondatadir = $(datadir)/weston
|
||||
|
||||
dist_westondata_DATA = \
|
||||
wayland.svg \
|
||||
$(wayland_icon_png) \
|
||||
wayland.png \
|
||||
pattern.png \
|
||||
terminal.png \
|
||||
border.png \
|
||||
@@ -10,10 +10,3 @@ dist_westondata_DATA = \
|
||||
sign_close.png \
|
||||
sign_maximize.png \
|
||||
sign_minimize.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
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 5.9 KiB |
Reference in New Issue
Block a user