blob: 243e42da4ed3bff694c648f7bd2e19306c7e33b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DESCRIPTION = "Galago is a desktop presence framework, designed to transmit presence information between programs."
HOMEPAGE = "http://www.galago-project.org/"
LICENSE = "GPL"
DEPENDS = "gettext libgalago dbus glib-2.0"
PR = "r1"
SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz \
file://no-check.patch;patch=1"
EXTRA_OECONF = "--disable-binreloc"
FILES_${PN} += "${datadir}/dbus-1/services/"
inherit autotools pkgconfig
|