mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
Add new ATK to poky-bleeding
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2622 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
PREFERRED_VERSION_atk ?= "1.19.6"
|
||||
PREFERRED_VERSION_gtk+ ?= "2.11.6"
|
||||
|
||||
PREFERRED_VERSION_gtk-engines ?= "2.11.7"
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
DESCRIPTION = "An accessibility toolkit for GNOME."
|
||||
SECTION = "x11/libs"
|
||||
PRIORITY = "optional"
|
||||
LICENSE = "LGPL"
|
||||
|
||||
DEPENDS = "glib-2.0 gtk-doc"
|
||||
|
||||
SRC_URI = "http://download.gnome.org/sources/atk/1.19/${PN}-${PV}.tar.bz2"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
EXTRA_OECONF = "--disable-glibtest"
|
||||
|
||||
do_stage () {
|
||||
autotools_stage_all
|
||||
}
|
||||
Reference in New Issue
Block a user