Bump buildroot to 2019.02
This commit is contained in:
16
bsp/buildroot/package/at-spi2-atk/at-spi2-atk.mk
Normal file
16
bsp/buildroot/package/at-spi2-atk/at-spi2-atk.mk
Normal file
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# at-spi2-atk
|
||||
#
|
||||
################################################################################
|
||||
|
||||
AT_SPI2_ATK_VERSION_MAJOR = 2.26
|
||||
AT_SPI2_ATK_VERSION = $(AT_SPI2_ATK_VERSION_MAJOR).2
|
||||
AT_SPI2_ATK_SOURCE = at-spi2-atk-$(AT_SPI2_ATK_VERSION).tar.xz
|
||||
AT_SPI2_ATK_SITE = http://ftp.gnome.org/pub/gnome/sources/at-spi2-atk/$(AT_SPI2_ATK_VERSION_MAJOR)
|
||||
AT_SPI2_ATK_LICENSE = LGPL-2.0+
|
||||
AT_SPI2_ATK_LICENSE_FILES = COPYING
|
||||
AT_SPI2_ATK_INSTALL_STAGING = YES
|
||||
AT_SPI2_ATK_DEPENDENCIES = atk at-spi2-core libglib2 host-pkgconf
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user