mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-03 07:57:49 +00:00
libglvnd: updated to v1.2.0 / disable headers / dropped upstreamed pkgconfig patch
This commit is contained in:
parent
96737bfb95
commit
38cd606ac9
@ -2,8 +2,8 @@
|
||||
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="libglvnd"
|
||||
PKG_VERSION="1.1.1"
|
||||
PKG_SHA256="baca5e1a78b96a112650cdc597be3f856d4754eb73a7bf3f6629e78a7e9f2b5a"
|
||||
PKG_VERSION="1.2.0"
|
||||
PKG_SHA256="37981bd3320261f14140b8aef6e2e6c08c7e75b6a98dcea034670017f3f1312a"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="https://github.com/NVIDIA/libglvnd"
|
||||
PKG_URL="https://github.com/NVIDIA/libglvnd/archive/v${PKG_VERSION}.tar.gz"
|
||||
@ -11,8 +11,10 @@ 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"
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="--disable-headers"
|
||||
|
||||
if [ "$OPENGLES_SUPPORT" = "no" ]; then
|
||||
PKG_CONFIGURE_OPTS_TARGET="--disable-gles"
|
||||
PKG_CONFIGURE_OPTS_TARGET+=" --disable-gles"
|
||||
fi
|
||||
|
||||
post_makeinstall_target() {
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user