14 lines
383 B
Plaintext
14 lines
383 B
Plaintext
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_R128
|
|
bool "xf86-video-r128"
|
|
depends on BR2_PACKAGE_MESA3D
|
|
select BR2_PACKAGE_XPROTO_FONTSPROTO
|
|
select BR2_PACKAGE_XPROTO_RANDRPROTO
|
|
select BR2_PACKAGE_XPROTO_RENDERPROTO
|
|
select BR2_PACKAGE_XPROTO_XEXTPROTO
|
|
select BR2_PACKAGE_XPROTO_XPROTO
|
|
help
|
|
R128 video driver
|
|
|
|
comment "xf86-video-r128 needs mesa3d"
|
|
depends on !BR2_PACKAGE_MESA3D
|