Commit e087b422 authored by Bernd Kuhls's avatar Bernd Kuhls Committed by Peter Korsgaard
Browse files

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

parent a441f8c4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
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
+2 −1
Original line number Diff line number Diff line
@@ -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))