blob: 3f1c2d02c74207aedaf9c1afb84760aedde21368 (
plain)
1
2
3
4
5
6
7
8
9
10
|
LICENSE = "GPLv2"
PRIORITY = "optional"
DEPENDS = "libmatchbox gtk+"
PV = "0.0+svnr${SRCREV}"
SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=mb-applet-light;proto=http"
S = "${WORKDIR}/mb-applet-light"
inherit autotools pkgconfig
|