a7e49eb2af
quite work yet for me, but this clearly is a huge project and not having it quite work on the first pass is hardly unexpected. We definately want this stuff in buildroot.
14 lines
679 B
Makefile
14 lines
679 B
Makefile
################################################################################
|
|
#
|
|
# xdriver_xf86-video-s3 -- X.Org driver for s3 cards
|
|
#
|
|
################################################################################
|
|
|
|
XDRIVER_XF86_VIDEO_S3_VERSION = 0.5.0
|
|
XDRIVER_XF86_VIDEO_S3_SOURCE = xf86-video-s3-$(XDRIVER_XF86_VIDEO_S3_VERSION).tar.bz2
|
|
XDRIVER_XF86_VIDEO_S3_SITE = http://xorg.freedesktop.org/releases/individual/driver
|
|
XDRIVER_XF86_VIDEO_S3_AUTORECONF = YES
|
|
XDRIVER_XF86_VIDEO_S3_DEPENDANCIES = xserver_xorg-server xproto_fontsproto xproto_randrproto xproto_renderproto xproto_videoproto xproto_xextproto xproto_xproto
|
|
|
|
$(eval $(call AUTOTARGETS,xdriver_xf86-video-s3))
|