diff options
author | Koen Kooi <koen@openembedded.org> | 2006-04-07 10:25:59 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-07 10:25:59 +0000 |
commit | e58e8361118ad0a02f9c9757fb85a8c5fa70cc53 (patch) | |
tree | abdd3821e40d12b4b8551975442c59ea7b14ebeb /packages/matchbox-panel | |
parent | 414ced7d3fc227189da8a4fe6718fbb443c8c566 (diff) |
matchbox-panel 0.9.3: default preference = -1 due to segfault and iconsize issues
Diffstat (limited to 'packages/matchbox-panel')
-rw-r--r-- | packages/matchbox-panel/matchbox-panel_0.9.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/matchbox-panel/matchbox-panel_0.9.3.bb b/packages/matchbox-panel/matchbox-panel_0.9.3.bb index 9c6e75b9a5..f99b818cb3 100644 --- a/packages/matchbox-panel/matchbox-panel_0.9.3.bb +++ b/packages/matchbox-panel/matchbox-panel_0.9.3.bb @@ -1,5 +1,5 @@ include matchbox-panel.inc - +DEFAULT_PREFERENCE = "-1" PR="r0" SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/0.9/${PN}-${PV}.tar.gz \ file://mb-applet-battery-repaint-093.patch;patch=1" |