diff options
author | Matthias Hentges <oe@hentges.net> | 2004-10-11 15:05:02 +0000 |
---|---|---|
committer | Matthias Hentges <oe@hentges.net> | 2004-10-11 15:05:02 +0000 |
commit | da9e38236f66050e87d8bd2c8f05f2326282aa58 (patch) | |
tree | b9bfd64e913f7d98403f7105f43a7ba6bf5f8469 /atk | |
parent | eaf972b286b334de7e24cf399de92627f89f3175 (diff) |
More section fixes
BKrev: 416aa11e6aH4cgLtXbfv7aBu9HJHoQ
Diffstat (limited to 'atk')
-rw-r--r-- | atk/atk_1.2.0.oe | 1 | ||||
-rw-r--r-- | atk/atk_1.6.0.oe | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/atk/atk_1.2.0.oe b/atk/atk_1.2.0.oe index d0343213e6..7e3154c436 100644 --- a/atk/atk_1.2.0.oe +++ b/atk/atk_1.2.0.oe @@ -1,5 +1,6 @@ DEPENDS = "glib-2.0" DESCRIPTION = "An accessibility toolkit for GNOME." +SECTION = "x11/libs" SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/atk/1.2/atk-${PV}.tar.bz2 \ file://m4.patch;patch=1" diff --git a/atk/atk_1.6.0.oe b/atk/atk_1.6.0.oe index aa94a8b157..e2937967dd 100644 --- a/atk/atk_1.6.0.oe +++ b/atk/atk_1.6.0.oe @@ -1,6 +1,6 @@ DEPENDS = "glib-2.0" DESCRIPTION = "An accessibility toolkit for GNOME." -SECTION = "libs" +SECTION = "x11/libs" PRIORITY = "optional" MAINTAINER = "Philip Blundell <pb@handhelds.org>" |