kumquat-buildroot/package/x11r7/xdriver_xf86-video-ati/Config.in
Bernd Kuhls 82fb054745 package/x11r7/xdriver_xf86-video-ati: switch dependency from mesa3d to libgbm
The package depends on gbm and not mesa3d:
https://gitlab.freedesktop.org/xorg/driver/xf86-video-ati/-/blob/master/configure.ac#L155

Remove the dependency to BR2_PACKAGE_MESA3D_DRI_DRIVER_RADEON in order
to prevent a circular dependency here. This option will be removed in
a follow-patch anyway because Mesa3D will drop DRI drivers in version
22.x.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2022-06-06 21:44:38 +02:00

15 lines
423 B
Plaintext

config BR2_PACKAGE_XDRIVER_XF86_VIDEO_ATI
bool "xf86-video-ati"
depends on BR2_i386 || BR2_x86_64 # DRI radeon r100 driver
depends on BR2_PACKAGE_HAS_LIBGBM
select BR2_PACKAGE_LIBDRM
select BR2_PACKAGE_LIBDRM_RADEON
select BR2_PACKAGE_XLIB_LIBXCOMPOSITE
select BR2_PACKAGE_XORGPROTO
help
ATI video driver
comment "xf86-video-ati needs GBM"
depends on BR2_i386 || BR2_x86_64
depends on !BR2_PACKAGE_HAS_LIBGBM