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