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
699 B
Makefile
14 lines
699 B
Makefile
################################################################################
|
|
#
|
|
# xdriver_xf86-video-nsc -- Nsc video driver
|
|
#
|
|
################################################################################
|
|
|
|
XDRIVER_XF86_VIDEO_NSC_VERSION = 2.8.2
|
|
XDRIVER_XF86_VIDEO_NSC_SOURCE = xf86-video-nsc-$(XDRIVER_XF86_VIDEO_NSC_VERSION).tar.bz2
|
|
XDRIVER_XF86_VIDEO_NSC_SITE = http://xorg.freedesktop.org/releases/individual/driver
|
|
XDRIVER_XF86_VIDEO_NSC_AUTORECONF = YES
|
|
XDRIVER_XF86_VIDEO_NSC_DEPENDANCIES = xserver_xorg-server xproto_fontsproto xproto_randrproto xproto_renderproto xproto_videoproto xproto_xextproto xproto_xf86dgaproto xproto_xproto
|
|
|
|
$(eval $(call AUTOTARGETS,xdriver_xf86-video-nsc))
|