diff options
author | Chris Larson <clarson@kergoth.com> | 2003-12-15 22:03:17 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-12-15 22:03:17 +0000 |
commit | 2c9322ad09d457bbf85182661d2b0c58b8363862 (patch) | |
tree | 3d1a364d219f5dde30301b81bd612a45bcf71287 /atk | |
parent | d4c179effc26c4946d058b19a53faeec21f82b2c (diff) |
Add DEPENDS to atk.
BKrev: 3fde2fa54saZ6gP-VbN9sW1rVb2irQ
Diffstat (limited to 'atk')
-rw-r--r-- | atk/atk_1.2.0.oe | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/atk/atk_1.2.0.oe b/atk/atk_1.2.0.oe index e69de29bb2..845636e873 100644 --- a/atk/atk_1.2.0.oe +++ b/atk/atk_1.2.0.oe @@ -0,0 +1,13 @@ +DEPENDS = virtual/libc glib-2.0 +RDEPENDS = libc6 glib-2.0 + +SRC_URI = ftp://ftp.gtk.org/pub/gtk/v2.2/atk-${PV}.tar.bz2 \ + file://${FILESDIR}/m4.patch;patch=1 + +inherit autotools libtool + +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' |