[PATCH] Fix out of source build [wayland.png]

Benjamin Franzke benjaminfranzke at googlemail.com
Sat Jan 29 00:51:57 PST 2011


---
 data/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/data/Makefile.am b/data/Makefile.am
index 320a226..fbafceb 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -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
-- 
1.7.3.4



More information about the wayland-devel mailing list