mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
ati: drop X11 support and the xf86-video-ati package
This commit is contained in:
parent
330c09a900
commit
7dedee0f7c
@ -97,24 +97,22 @@ get_graphicdrivers() {
|
|||||||
|
|
||||||
if listcontains "${GRAPHIC_DRIVERS}" "r300"; then
|
if listcontains "${GRAPHIC_DRIVERS}" "r300"; then
|
||||||
GALLIUM_DRIVERS+=" r300"
|
GALLIUM_DRIVERS+=" r300"
|
||||||
XORG_DRIVERS+=" ati"
|
|
||||||
LLVM_SUPPORT="yes"
|
LLVM_SUPPORT="yes"
|
||||||
COMPOSITE_SUPPORT="yes"
|
COMPOSITE_SUPPORT="yes"
|
||||||
VDPAU_SUPPORT="yes"
|
VDPAU_SUPPORT="no"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if listcontains "${GRAPHIC_DRIVERS}" "r600"; then
|
if listcontains "${GRAPHIC_DRIVERS}" "r600"; then
|
||||||
GALLIUM_DRIVERS+=" r600"
|
GALLIUM_DRIVERS+=" r600"
|
||||||
XORG_DRIVERS+=" ati"
|
|
||||||
LLVM_SUPPORT="yes"
|
LLVM_SUPPORT="yes"
|
||||||
COMPOSITE_SUPPORT="yes"
|
COMPOSITE_SUPPORT="yes"
|
||||||
VDPAU_SUPPORT="yes"
|
VDPAU_SUPPORT="no"
|
||||||
VAAPI_SUPPORT="yes"
|
VAAPI_SUPPORT="yes"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if listcontains "${GRAPHIC_DRIVERS}" "radeonsi"; then
|
if listcontains "${GRAPHIC_DRIVERS}" "radeonsi"; then
|
||||||
GALLIUM_DRIVERS+=" radeonsi"
|
GALLIUM_DRIVERS+=" radeonsi"
|
||||||
XORG_DRIVERS+=" ati amdgpu"
|
XORG_DRIVERS+=" amdgpu"
|
||||||
VULKAN_DRIVERS_MESA+=" amd"
|
VULKAN_DRIVERS_MESA+=" amd"
|
||||||
LLVM_SUPPORT="yes"
|
LLVM_SUPPORT="yes"
|
||||||
COMPOSITE_SUPPORT="yes"
|
COMPOSITE_SUPPORT="yes"
|
||||||
|
@ -1,8 +0,0 @@
|
|||||||
Section "Device"
|
|
||||||
Identifier "AMD Graphics"
|
|
||||||
Driver "radeon"
|
|
||||||
|
|
||||||
# uncomment the following options to use DRI3 and glamor, otherwise DRI2 and exa
|
|
||||||
# Option "DRI3" "1"
|
|
||||||
# Option "AccelMethod" "glamor"
|
|
||||||
Endsection
|
|
@ -1,26 +0,0 @@
|
|||||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
||||||
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
|
||||||
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
|
||||||
|
|
||||||
PKG_NAME="xf86-video-ati"
|
|
||||||
PKG_VERSION="22.0.0"
|
|
||||||
PKG_SHA256="c8c8bb56d3f6227c97e59c3a3c85a25133584ceb82ab5bc05a902a743ab7bf6d"
|
|
||||||
PKG_ARCH="x86_64"
|
|
||||||
PKG_LICENSE="OSS"
|
|
||||||
PKG_SITE="https://www.x.org/wiki/RadeonFeature/"
|
|
||||||
PKG_URL="http://xorg.freedesktop.org/archive/individual/driver/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
|
||||||
PKG_DEPENDS_TARGET="toolchain xorg-server"
|
|
||||||
PKG_LONGDESC="ATI/AMD Radeon video driver for the Xorg X server."
|
|
||||||
PKG_TOOLCHAIN="autotools"
|
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--enable-glamor \
|
|
||||||
--with-xorg-module-dir=${XORG_PATH_MODULES}"
|
|
||||||
|
|
||||||
post_configure_target() {
|
|
||||||
libtool_remove_rpath libtool
|
|
||||||
}
|
|
||||||
|
|
||||||
post_makeinstall_target() {
|
|
||||||
mkdir -p ${INSTALL}/etc/X11
|
|
||||||
cp ${PKG_DIR}/config/*.conf ${INSTALL}/etc/X11
|
|
||||||
}
|
|
@ -99,7 +99,7 @@
|
|||||||
# build and install diskmounter support (udevil)
|
# build and install diskmounter support (udevil)
|
||||||
UDEVIL="no"
|
UDEVIL="no"
|
||||||
|
|
||||||
# Xorg Graphic drivers to use (all / r300,r600,nvidia)
|
# Xorg Graphic drivers to use (all / nvidia)
|
||||||
GRAPHIC_DRIVERS="mesa"
|
GRAPHIC_DRIVERS="mesa"
|
||||||
|
|
||||||
# build and install remote support (yes / no)
|
# build and install remote support (yes / no)
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
# set the addon project
|
# set the addon project
|
||||||
ADDON_PROJECT="Generic-legacy"
|
ADDON_PROJECT="Generic-legacy"
|
||||||
|
|
||||||
# Mesa 3D / Xorg Graphic drivers to use (all / crocus,i915,iris,r300,r600,radeonsi,nvidia,vmware,virtio)
|
# Mesa 3D / Xorg Graphic drivers to use (all / crocus,i915,iris,radeonsi,nvidia,vmware,virtio)
|
||||||
# Space separated list is supported,
|
# Space separated list is supported,
|
||||||
# e.g. GRAPHIC_DRIVERS="crocus i915 iris r300 r600 radeonsi nvidia vmware virtio"
|
# e.g. GRAPHIC_DRIVERS="crocus i915 iris radeonsi nvidia vmware virtio"
|
||||||
GRAPHIC_DRIVERS="crocus i915 iris r300 r600 radeonsi nvidia vmware virtio"
|
GRAPHIC_DRIVERS="crocus i915 iris radeonsi nvidia vmware virtio"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user