From 3aa1cfc5a852f18208ee2afb535c1d05d6d162fa Mon Sep 17 00:00:00 2001 From: Zhai Edwin Date: Wed, 22 Dec 2010 21:04:31 +0800 Subject: matchbox-stroke: Make as singleton Multiple matchbox-stroke instances would occupy whole screen and cause end user confusing. Making matchbox-stroke singleton is one work around. This patch allow only one instance of matchbox-stroke based on some mechanism in matchbox-desktop. Signed-off-by: Zhai Edwin --- meta/recipes-sato/matchbox-stroke/matchbox-stroke_svn.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-sato/matchbox-stroke/matchbox-stroke_svn.bb') diff --git a/meta/recipes-sato/matchbox-stroke/matchbox-stroke_svn.bb b/meta/recipes-sato/matchbox-stroke/matchbox-stroke_svn.bb index 1e25369e3..b0e77acbf 100644 --- a/meta/recipes-sato/matchbox-stroke/matchbox-stroke_svn.bb +++ b/meta/recipes-sato/matchbox-stroke/matchbox-stroke_svn.bb @@ -10,6 +10,7 @@ SECTION = "x11/wm" PV = "0.0+svnr${SRCREV}" SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \ + file://single-instance.patch;patch=1 \ file://configure_fix.patch;patch=1;maxrev=1819 " S = "${WORKDIR}/${PN}" -- cgit v1.2.3