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>
This commit is contained in:
Bernd Kuhls 2022-05-14 19:55:59 +02:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent 81f2dd7b48
commit 82fb054745
2 changed files with 4 additions and 4 deletions

View File

@ -1,15 +1,14 @@
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_MESA3D
depends on BR2_PACKAGE_HAS_LIBGBM
select BR2_PACKAGE_LIBDRM
select BR2_PACKAGE_LIBDRM_RADEON
select BR2_PACKAGE_MESA3D_DRI_DRIVER_RADEON
select BR2_PACKAGE_XLIB_LIBXCOMPOSITE
select BR2_PACKAGE_XORGPROTO
help
ATI video driver
comment "xf86-video-ati needs mesa3d"
comment "xf86-video-ati needs GBM"
depends on BR2_i386 || BR2_x86_64
depends on !BR2_PACKAGE_MESA3D
depends on !BR2_PACKAGE_HAS_LIBGBM

View File

@ -11,6 +11,7 @@ XDRIVER_XF86_VIDEO_ATI_LICENSE = MIT
XDRIVER_XF86_VIDEO_ATI_LICENSE_FILES = COPYING
XDRIVER_XF86_VIDEO_ATI_DEPENDENCIES = \
libdrm \
libgbm \
xlib_libXcomposite \
xorgproto \
xserver_xorg-server