summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2011-06-04 17:25:47 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2011-06-04 17:25:47 +0200
commitaf375a927a05aa8faf2507e63f9d483d7eb0943d (patch)
tree31639bb9f3f68a40cdea85275722f822e3875561
parent4560a620db00d31872fdb772ce04bb00bc1c7839 (diff)
conditionalize libxml dependency
-rw-r--r--librsvg/prj/build.lst2
-rwxr-xr-xlibxml2/makefile.mk4
2 files changed, 3 insertions, 3 deletions
diff --git a/librsvg/prj/build.lst b/librsvg/prj/build.lst
index d667da5c7b0b..05eaffd0085b 100644
--- a/librsvg/prj/build.lst
+++ b/librsvg/prj/build.lst
@@ -1,3 +1,3 @@
-rg librsvg : libxml2 pango libcroco libgsf cairo gdk-pixbuf glib gettext soltools NULL
+rg librsvg : LIBXML2:libxml2 pango libcroco libgsf cairo gdk-pixbuf glib gettext soltools NULL
rg librsvg usr1 - all rg_mkout NULL
rg librsvg nmake - all rg_librsvg NULL
diff --git a/libxml2/makefile.mk b/libxml2/makefile.mk
index 78511bfbf82b..ca0bee5a372f 100755
--- a/libxml2/makefile.mk
+++ b/libxml2/makefile.mk
@@ -36,8 +36,8 @@ TARGET=so_libxml2
.IF "$(SYSTEM_LIBXML)" == "YES"
all:
- @echo "An already available installation of libxml should exist on your system."
- @echo "Therefore the version provided here does not need to be built in addition."
+ @echo "An already available installation of libxml should exist on your system."
+ @echo "Therefore the version provided here does not need to be built in addition."
.ENDIF
# --- Files --------------------------------------------------------