blob: 3c4412d45a5263f1c4159ca9c62cef61054499e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
SUMMARY = "Desktop presence framework"
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://mkdir.patch;patch=1 \
file://pkgconfig.patch;patch=1 "
PR = "r2"
inherit autotools pkgconfig
EXTRA_OECONF = "--disable-tests --disable-check"
|