mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 14:16:40 +00:00
Merge pull request #5057 from SupervisedThinking/libglvndmeson
libglvnd: switch to meson toolchain
This commit is contained in:
commit
e7eaaff04e
@ -9,10 +9,10 @@ PKG_SITE="https://github.com/NVIDIA/libglvnd"
|
||||
PKG_URL="https://github.com/NVIDIA/libglvnd/archive/v${PKG_VERSION}.tar.gz"
|
||||
PKG_DEPENDS_TARGET="toolchain libX11 libXext xorgproto"
|
||||
PKG_LONGDESC="libglvnd is a vendor-neutral dispatch layer for arbitrating OpenGL API calls between multiple vendors."
|
||||
PKG_TOOLCHAIN="autotools"
|
||||
|
||||
if [ "${OPENGLES_SUPPORT}" = "no" ]; then
|
||||
PKG_CONFIGURE_OPTS_TARGET+=" --disable-gles"
|
||||
PKG_MESON_OPTS_TARGET="-Dgles1=false \
|
||||
-Dgles2=false"
|
||||
fi
|
||||
|
||||
post_makeinstall_target() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user