summaryrefslogtreecommitdiff
path: root/recipes/gnome/gnome-bluetooth_2.27.1.bb
blob: 9a435c7f9caa5127ef6ad6586d3a178777bae317 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
LICENSE = "GPL"
SECTION = "x11/gnome"

PR = "r1"

inherit autotools gnome pkgconfig

DEPENDS = "gconf-dbus gtk+ dbus-glib libunique libnotify hal bluez4 gnome-keyring"
RCONFLICTS_${PN} = "bluez-gnome"

do_configure_prepend() {
    sed -i -e s:docs::g ${S}/Makefile.am
}