summaryrefslogtreecommitdiffstats
path: root/contrib/libxml2/module.defs
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libxml2/module.defs')
-rw-r--r--contrib/libxml2/module.defs10
1 files changed, 10 insertions, 0 deletions
diff --git a/contrib/libxml2/module.defs b/contrib/libxml2/module.defs
new file mode 100644
index 000000000..519c60887
--- /dev/null
+++ b/contrib/libxml2/module.defs
@@ -0,0 +1,10 @@
+$(eval $(call import.MODULE.defs,LIBXML2,libxml2))
+$(eval $(call import.CONTRIB.defs,LIBXML2))
+
+LIBXML2.FETCH.url = http://download.m0k.org/handbrake/contrib/libxml2-2.7.7.tar.gz
+LIBXML2.EXTRACT.tarbase = libxml2-2.7.7
+
+# The Python components do not build on MinGW due to the lack of a select() call
+# in the MinGW environment.
+LIBXML2.CONFIGURE.extra = \
+ --without-python \ No newline at end of file