mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
vulkan-loader: add libXrandr dependency to fix X11 build
This commit is contained in:
parent
1a22490c75
commit
f1859610d3
@ -14,7 +14,7 @@ PKG_LONGDESC="Vulkan Installable Client Driver (ICD) Loader."
|
|||||||
configure_package() {
|
configure_package() {
|
||||||
# Displayserver Support
|
# Displayserver Support
|
||||||
if [ "${DISPLAYSERVER}" = "x11" ]; then
|
if [ "${DISPLAYSERVER}" = "x11" ]; then
|
||||||
PKG_DEPENDS_TARGET+=" libxcb libX11"
|
PKG_DEPENDS_TARGET+=" libxcb libX11 libXrandr"
|
||||||
elif [ "${DISPLAYSERVER}" = "wl" ]; then
|
elif [ "${DISPLAYSERVER}" = "wl" ]; then
|
||||||
PKG_DEPENDS_TARGET+=" wayland"
|
PKG_DEPENDS_TARGET+=" wayland"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user