[oe-commits] org.oe.dev avahi.inc: depend on virtual/libintl and disable nls

koen commit openembedded-commits at lists.openembedded.org
Fri Jan 4 13:36:17 UTC 2008


avahi.inc: depend on virtual/libintl and disable nls

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: d133f75d69efd397e4d275a7f8110034c7dbc23d
ViewMTN: http://monotone.openembedded.org/revision/info/d133f75d69efd397e4d275a7f8110034c7dbc23d
Files:
1
packages/avahi/avahi.inc
Diffs:

#
# mt diff -r25992f27a7e85557f4a43e45ad2499cfd3adef84 -rd133f75d69efd397e4d275a7f8110034c7dbc23d
#
# 
# 
# patch "packages/avahi/avahi.inc"
#  from [301235b5768fb7ab4d745a6a87896f738baadc10]
#    to [c479f06abe3f7122c54f4b6766517f8eb18bac4a]
# 
============================================================
--- packages/avahi/avahi.inc	301235b5768fb7ab4d745a6a87896f738baadc10
+++ packages/avahi/avahi.inc	c479f06abe3f7122c54f4b6766517f8eb18bac4a
@@ -6,7 +6,7 @@ PR = "r5"
 LICENSE = "GPL"
 PR = "r5"
 
-DEPENDS = "expat libdaemon dbus glib-2.0"
+DEPENDS = "expat virtual/libintl libdaemon dbus glib-2.0"
 
 # uclibc has no nss
 RRECOMMENDS_avahi-daemon_append_linux = "libnss-mdns"
@@ -22,7 +22,7 @@ RDEPENDS_append = ""
 RDEPENDS_append = ""
 
 # TODO: build and enable all the extra stuff avahi offers
-EXTRA_OECONF = "--with-distro=debian --disable-gdbm ${AVAHI_GTK} --disable-mono --disable-monodoc --disable-qt3 --disable-qt4 ${AVAHI_PYTHON}"
+EXTRA_OECONF = "--with-distro=debian  --disable-nls --disable-gdbm ${AVAHI_GTK} --disable-mono --disable-monodoc --disable-qt3 --disable-qt4 ${AVAHI_PYTHON}"
 AVAHI_PYTHON = "--disable-python"
 AVAHI_GTK = "--disable-gtk"
 






More information about the Openembedded-commits mailing list