package/atk/atk.mk: Bounce version
Bounce version to 1.22.0 Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
This commit is contained in:
parent
43af3d3578
commit
705ea6dee0
@ -3,10 +3,9 @@
|
||||
# atk
|
||||
#
|
||||
#############################################################
|
||||
ATK_VERSION = 1.9.1
|
||||
ATK_VERSION = 1.22.0
|
||||
ATK_SOURCE = atk-$(ATK_VERSION).tar.bz2
|
||||
ATK_SITE = ftp://ftp.gtk.org/pub/gtk/v2.10/dependencies
|
||||
ATK_AUTORECONF = NO
|
||||
ATK_SITE = http://ftp.gnome.org/pub/gnome/sources/atk/1.22/
|
||||
ATK_INSTALL_STAGING = YES
|
||||
ATK_INSTALL_TARGET = YES
|
||||
ATK_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) LDFLAGS=-L$(STAGING_DIR)/usr/lib install
|
||||
@ -45,7 +44,7 @@ ATK_CONF_ENV = ac_cv_func_posix_getpwuid_r=yes \
|
||||
ifneq ($(BR2_PACKAGE_XSERVER_none),y)
|
||||
ATK_CONF_OPT_X = --with-x \
|
||||
--x-includes=$(STAGING_DIR)/usr/include/X11 \
|
||||
--x-libraries=$(STAGING_DIR)/usr/lib
|
||||
--x-libraries=$(STAGING_DIR)/usr/lib --disable-glibtest
|
||||
else
|
||||
ATK_CONF_OPT_X = --without-x
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user