blob: 6b5c3266d8dbd4390f4dadd3b65369869ded8796 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
LICENSE = "LiPS"
DESCRIPTION = "LiPS message backend library."
SECTION = "gpe/libs"
PRIORITY = "optional"
DEPENDS = "glib-2.0 dbus-glib librecord2 liblipsevent2 telepathy-mission-control libgsmd-lips"
PV = "0.0+svnr-${SRCREV}"
PR = "r2"
DEFAULT_PREFERENCE = "-1"
inherit gpephone pkgconfig autotools
SRC_URI = "${GPEPHONE_SVN}"
S = ${WORKDIR}/${PN}
FILES_${PN} += "${datadir}/libmsgenabler2 ${libdir}/msg-providers/*.0"
FILES_${PN}-dev += "${libdir}/msg-providers/*.so ${libdir}/msg-providers/*a"
FILES_${PN}-dbg += "${libdir}/msg-providers/.debug"
|