blob: b64c0c377f8f247a9c5061e3e7a43485ceb8f20a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
LICENSE = "GPL"
SECTION = "x11/gnome"
PR = "r3"
inherit autotools gnome pkgconfig
DEPENDS = "obexd obex-data-server gconf-dbus gtk+ dbus-glib libunique libnotify hal bluez4 gnome-keyring"
RRECOMMENDS_${PN} += "obexd obex-data-server"
RCONFLICTS_${PN} = "bluez-gnome"
do_configure_prepend() {
sed -i -e s:docs::g ${S}/Makefile.am
}
|