summaryrefslogtreecommitdiff
path: root/dbus/wscript
diff options
context:
space:
mode:
authornedko <nedko@0c269be4-1314-0410-8aa9-9f06e86f4224>2011-04-17 14:08:35 +0000
committernedko <nedko@0c269be4-1314-0410-8aa9-9f06e86f4224>2011-04-17 14:08:35 +0000
commit4b9b621a31a5ffdd153f48a0d2b6c78ca4d314ea (patch)
treebb7ec27aee8adffbe3051df157a584e926298bc5 /dbus/wscript
parent8a845aa02a6b7340d6201a31de219a5256bb086f (diff)
downloadjack2-4b9b621a31a5ffdd153f48a0d2b6c78ca4d314ea.tar.gz
jackdbus: remove the libxml backend
It was be problematic in past (FFADO uses libxml as well). Most systems will have both libxml and expat. Maintaining two backends is waste of effort. If needed, the libxml backend can be resurrected. git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4314 0c269be4-1314-0410-8aa9-9f06e86f4224
Diffstat (limited to 'dbus/wscript')
-rw-r--r--dbus/wscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/dbus/wscript b/dbus/wscript
index a4066b57..6aa716d2 100644
--- a/dbus/wscript
+++ b/dbus/wscript
@@ -59,7 +59,6 @@ def build(bld):
'controller_iface_transport.c',
'xml.c',
'xml_expat.c',
- #'xml_libxml.c',
#'xml_nop.c',
'xml_write_raw.c',
'sigsegv.c',