0ebec4d807
When xserver_xorg-server is built without composite support building this package will fail: radeon_dri2.c: In function 'radeon_dri2_copy_region2': radeon_dri2.c:438:28: error: 'struct _Pixmap' has no member named 'screen_x' off_x = drawable->x - pPix->screen_x; ^ radeon_dri2.c:439:28: error: 'struct _Pixmap' has no member named 'screen_y' off_y = drawable->y - pPix->screen_y; Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
20 lines
681 B
Plaintext
20 lines
681 B
Plaintext
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_ATI
|
|
bool "xf86-video-ati"
|
|
depends on BR2_PACKAGE_MESA3D
|
|
select BR2_PACKAGE_LIBDRM if BR2_PACKAGE_MESA3D_DRI_DRIVER_RADEON
|
|
select BR2_PACKAGE_LIBDRM_RADEON if BR2_PACKAGE_MESA3D_DRI_DRIVER_RADEON
|
|
select BR2_PACKAGE_XLIB_LIBXCOMPOSITE
|
|
select BR2_PACKAGE_XPROTO_FONTSPROTO
|
|
select BR2_PACKAGE_XPROTO_GLPROTO
|
|
select BR2_PACKAGE_XPROTO_RANDRPROTO
|
|
select BR2_PACKAGE_XPROTO_VIDEOPROTO
|
|
select BR2_PACKAGE_XPROTO_XEXTPROTO
|
|
select BR2_PACKAGE_XPROTO_XF86DRIPROTO
|
|
select BR2_PACKAGE_XPROTO_XINERAMAPROTO
|
|
select BR2_PACKAGE_XPROTO_XPROTO
|
|
help
|
|
ATI video driver
|
|
|
|
comment "xf86-video-ati needs mesa3d"
|
|
depends on !BR2_PACKAGE_MESA3D
|