blob: d3bfc58f356514153947e6cfdd6490c313ee4b4a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DESCRIPTION = "Web Services Settings"
SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git"
LICENSE = "GPLv2"
PV = "0.0+git${SRCPV}"
PR = "r0"
DEPENDS = "gtk+ mojito mux"
S = "${WORKDIR}/git"
inherit autotools_stage
FILES_${PN} += "${datadir}/icons/"
|