projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c75061b
)
dbus: fix expat typo
author
Peter Korsgaard
<jacmet@sunsite.dk>
Tue, 24 Feb 2009 11:13:56 +0000
(11:13 -0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Tue, 24 Feb 2009 11:13:56 +0000
(11:13 -0000)
package/dbus/dbus.mk
patch
|
blob
|
history
diff --git
a/package/dbus/dbus.mk
b/package/dbus/dbus.mk
index 8b35210c788caac6c0cd4cf079d18c513f6c0c18..aa1c824a88a6cdbd57d21759537b8ee5b532e367 100644
(file)
--- a/
package/dbus/dbus.mk
+++ b/
package/dbus/dbus.mk
@@
-20,7
+20,7
@@
DBUS_DEPENDENCIES = uclibc pkgconfig
ifeq ($(BR2_DBUS_EXPAT),y)
DBUS_XML:=expat
-DBUS_DEPENDENCIES += e
zxml
+DBUS_DEPENDENCIES += e
xpat
else
DBUS_XML:=libxml
DBUS_DEPENDENCIES += libxml2