blob: 36bde38fccc70b2a920ed6f6e46848bc472ff462 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
require matchbox-theme-sato.inc
DEPENDS = "matchbox-wm-2"
PV = "0.1+svnr${SRCPV}"
SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=matchbox-sato;proto=http \
file://png_rename.patch"
S = "${WORKDIR}/matchbox-sato"
EXTRA_OECONF = "--disable-matchbox-1 --enable-matchbox-2"
|