mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 23:05:34 +01:00
angstrom-layers: add atk 1.30.0 to meta-openembedded
* this really needs to merge with the poky version Signed-off-by: Koen Kooi <k-kooi@ti.com>
This commit is contained in:
parent
a955d07e4d
commit
58ae566383
11
recipes-support/atk/atk.inc
Normal file
11
recipes-support/atk/atk.inc
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
DESCRIPTION = "An accessibility toolkit for GNOME."
|
||||
SECTION = "x11/libs"
|
||||
PRIORITY = "optional"
|
||||
LICENSE = "LGPL"
|
||||
|
||||
DEPENDS = "glib-2.0 gtk-doc-native"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
EXTRA_OECONF = "--disable-glibtest"
|
||||
|
||||
18
recipes-support/atk/atk_1.30.0.bb
Normal file
18
recipes-support/atk/atk_1.30.0.bb
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
DESCRIPTION = "An accessibility toolkit for GNOME."
|
||||
SECTION = "x11/libs"
|
||||
PRIORITY = "optional"
|
||||
LICENSE = "LGPL"
|
||||
|
||||
PR = "r1"
|
||||
|
||||
inherit gnome
|
||||
|
||||
SRC_URI[archive.md5sum] = "548d413775819fef425410739041cac3"
|
||||
SRC_URI[archive.sha256sum] = "92b9b1213cafc68fe9c3806273b968c26423237d7b1f631dd83dc5270b8c268c"
|
||||
|
||||
DEPENDS = "glib-2.0 gtk-doc-native"
|
||||
|
||||
EXTRA_OECONF += "--disable-glibtest"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user