blob: 413acce02c653363de6239364aec70387eb23c1c (
plain)
1
2
3
4
5
6
7
8
9
10
|
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_GLIDE
bool "xf86-video-glide"
select BR2_PACKAGE_XPROTO_FONTSPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
select BR2_PACKAGE_XPROTO_RENDERPROTO
select BR2_PACKAGE_XPROTO_VIDEOPROTO
select BR2_PACKAGE_XPROTO_XPROTO
depends on BROKEN # needs glide library from http://glide.sourceforge.net/
help
video driver for glide device
|