diff options
author | Ricardo Salveti <ricardo.salveti@openbossa.org> | 2008-07-03 18:48:42 -0300 |
---|---|---|
committer | Rodrigo Vivi <rodrigo.vivi@openbossa.org> | 2008-10-23 17:48:09 -0300 |
commit | a12bef78513c7b56cd86cdf206a11ae6cc5351a7 (patch) | |
tree | e22e9385c9ef618b1b59d5410a00e371a3d9a108 /packages/mamona | |
parent | ec8cd457d8bba551686bcf6904de5e9818a1ae48 (diff) |
Just changing the SECTION of mamona-input-methods.
When creating the bb file I just put x11, but now looking at other
recipes I saw that we also have lib/inputmethods. Don't think
that this will really affect something, but it's better than just x11.
Diffstat (limited to 'packages/mamona')
-rw-r--r-- | packages/mamona/mamona-input-methods_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/mamona/mamona-input-methods_git.bb b/packages/mamona/mamona-input-methods_git.bb index b5df42520a..1295df95fc 100644 --- a/packages/mamona/mamona-input-methods_git.bb +++ b/packages/mamona/mamona-input-methods_git.bb @@ -4,7 +4,7 @@ DESCRIPTION = "Mamona input methods" HOMEPAGE = "http://dev.openbossa.org/trac/mamona/wiki" LICENSE = "GPL" -SECTION = "x11" +SECTION = "libs/inputmethods" DEPENDS = "ecore" PR = "r1" |