blob: 5d1ff142b529adc114764f67bdb56976e7046e9b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DESCRIPTION = "GPS Controlling Daemon"
LICENSE = "GPL"
SECTION = "x11"
DEPENDS = "glib-2.0 dbus bluez-libs"
inherit autotools pkgconfig
do_configure_prepend () {
touch ${S}/gtk-doc.make
}
FILES_${PN} += "/usr/share/dbus-1/services/"
|