build: Drop use of rsvg-convert
authorKristian Høgsberg <krh@bitplanet.net>
Sat, 1 Feb 2014 05:56:21 +0000 (21:56 -0800)
committerKristian Høgsberg <krh@bitplanet.net>
Sat, 1 Feb 2014 06:00:50 +0000 (22:00 -0800)
Just include the png in the repo.

configure.ac
data/.gitignore [deleted file]
data/Makefile.am
data/wayland.png [new file with mode: 0644]

index cce1850..3f47edd 100644 (file)
@@ -417,9 +417,6 @@ if test x$enable_wcap_tools = xyes; then
   WCAP_LIBS="$WCAP_LIBS -lm"
 fi
 
-AC_CHECK_PROG(RSVG_CONVERT, rsvg-convert, rsvg-convert)
-AM_CONDITIONAL(HAVE_RSVG_CONVERT, test -n "$RSVG_CONVERT")
-
 PKG_CHECK_MODULES(SETBACKLIGHT, [libudev libdrm], enable_setbacklight=yes, enable_setbacklight=no)
 AM_CONDITIONAL(BUILD_SETBACKLIGHT, test "x$enable_setbacklight" = "xyes")
 
diff --git a/data/.gitignore b/data/.gitignore
deleted file mode 100644 (file)
index 8ea50a6..0000000
+++ /dev/null
@@ -1 +0,0 @@
-wayland.png
index a7cc944..84a2a53 100644 (file)
@@ -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
diff --git a/data/wayland.png b/data/wayland.png
new file mode 100644 (file)
index 0000000..1b7363e
Binary files /dev/null and b/data/wayland.png differ