[PATCH libX11] specs: xsl stylesheet requires abs path to images
Gaetan Nadon
memsize at videotron.ca
Sat Jul 31 13:24:30 PDT 2010
Using abs_builddir requires automake 1.10 or later.
Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
specs/xmlrules.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/specs/xmlrules.in b/specs/xmlrules.in
index 7d74038..313d9bc 100644
--- a/specs/xmlrules.in
+++ b/specs/xmlrules.in
@@ -33,7 +33,7 @@ spec_DATA += $(doc_sources:.xml=.txt)
endif
if HAVE_STYLESHEETS
-XMLTO_FLAGS = -m $(XSL_STYLESHEET)
+XMLTO_FLAGS = -m $(XSL_STYLESHEET) --stringparam img.src.path=$(abs_builddir)/
spec_DATA += xorg.css
xorg.css: $(STYLESHEET_SRCDIR)/xorg.css
--
1.6.0.4
More information about the xorg-devel
mailing list