mirror of
https://git.yoctoproject.org/poky
synced 2026-06-04 02:00:04 +00:00
Rename /openembedded/ -> /meta/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
DEPENDS = "glib-2.0 gtk-doc"
|
||||
DESCRIPTION = "An accessibility toolkit for GNOME."
|
||||
SECTION = "x11/libs"
|
||||
PRIORITY = "optional"
|
||||
MAINTAINER = "Philip Blundell <pb@handhelds.org>"
|
||||
LICENSE = "LGPL"
|
||||
|
||||
SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.8/atk-${PV}.tar.bz2"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
EXTRA_OECONF = "--disable-glibtest"
|
||||
|
||||
CFLAGS_append = " -I${STAGING_INCDIR}/glib-2.0 \
|
||||
-I${STAGING_INCDIR}/glib-2.0/glib \
|
||||
-I${STAGING_INCDIR}/glib-2.0/gobject"
|
||||
|
||||
do_stage () {
|
||||
oe_libinstall -so -C atk libatk-1.0 ${STAGING_LIBDIR}
|
||||
autotools_stage_includes
|
||||
}
|
||||
Reference in New Issue
Block a user