diff options
author | Ross Burton <ross@openedhand.com> | 2007-07-27 09:43:21 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-07-27 09:43:21 +0000 |
commit | a9b72e49056cd6e6ef3e332eb30115563ea4cfe6 (patch) | |
tree | 08fe2a1ba0fce5dd59a96730216e1d93ccb87127 /meta/packages/matchbox-config-gtk/matchbox-config-gtk_svn.bb | |
parent | aaa60bf2aa84a8668d2767777b41723dd531c9a5 (diff) | |
download | poky-a9b72e49056cd6e6ef3e332eb30115563ea4cfe6.tar.gz |
Disable the Handed option for now
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2236 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/matchbox-config-gtk/matchbox-config-gtk_svn.bb')
-rw-r--r-- | meta/packages/matchbox-config-gtk/matchbox-config-gtk_svn.bb | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/meta/packages/matchbox-config-gtk/matchbox-config-gtk_svn.bb b/meta/packages/matchbox-config-gtk/matchbox-config-gtk_svn.bb index ec11e45ad7..0e91006661 100644 --- a/meta/packages/matchbox-config-gtk/matchbox-config-gtk_svn.bb +++ b/meta/packages/matchbox-config-gtk/matchbox-config-gtk_svn.bb | |||
@@ -1,11 +1,15 @@ | |||
1 | DESCRIPTION = "Matchbox gtk theme configuration application." | 1 | DESCRIPTION = "Matchbox GTK+ theme configuration application." |
2 | LICENSE = "GPL" | 2 | LICENSE = "GPL" |
3 | DEPENDS = "gconf libglade gtk+" | 3 | DEPENDS = "gconf gtk+" |
4 | RDEPENDS = "settings-daemon" | 4 | RDEPENDS = "settings-daemon" |
5 | |||
5 | PV = "0.0+svn${SRCDATE}" | 6 | PV = "0.0+svn${SRCDATE}" |
7 | PR = "r1" | ||
8 | |||
6 | S = "${WORKDIR}/${PN}" | 9 | S = "${WORKDIR}/${PN}" |
7 | 10 | ||
8 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" | 11 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \ |
12 | file://no-handed.patch;patch=1;pnum=0" | ||
9 | 13 | ||
10 | inherit autotools pkgconfig | 14 | inherit autotools pkgconfig |
11 | 15 | ||