xdriver_xf86-video-ast: Bump version to 1.0.1, add dependencies

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Bernd Kuhls 2014-09-07 12:08:06 +02:00 committed by Peter Korsgaard
parent a441f8c4c0
commit e087b42266
2 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,6 @@
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_AST
bool "xf86-video-ast"
select BR2_PACKAGE_XPROTO_FONTSPROTO
select BR2_PACKAGE_XPROTO_XPROTO
help
No description available

View File

@ -4,10 +4,11 @@
#
################################################################################
XDRIVER_XF86_VIDEO_AST_VERSION = 0.99.9
XDRIVER_XF86_VIDEO_AST_VERSION = 1.0.1
XDRIVER_XF86_VIDEO_AST_SOURCE = xf86-video-ast-$(XDRIVER_XF86_VIDEO_AST_VERSION).tar.bz2
XDRIVER_XF86_VIDEO_AST_SITE = http://xorg.freedesktop.org/releases/individual/driver
XDRIVER_XF86_VIDEO_AST_LICENSE = MIT
XDRIVER_XF86_VIDEO_AST_LICENSE_FILES = COPYING
XDRIVER_XF86_VIDEO_AST_DEPENDENCIES = xproto_fontsproto xproto_xproto xserver_xorg-server
$(eval $(autotools-package))