mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
libglvnd: Fix lib compat. Makes more compatible with mesa libGL compat
* A few consumers of libGL already specified > 1.0, this makes libglvnd more compatible to swap for mesa
This commit is contained in:
@@ -4,7 +4,7 @@ pipeline."
|
||||
HOMEPAGE="http://gitlab.freedesktop.org/glvnd/libglvnd"
|
||||
COPYRIGHT="2013, NVIDIA CORPORATION"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://gitlab.freedesktop.org/glvnd/libglvnd/-/archive/v$portVersion/libglvnd-v$portVersion.tar.gz"
|
||||
SOURCE_DIR="libglvnd-v$portVersion"
|
||||
CHECKSUM_SHA256="2b6e15b06aafb4c0b6e2348124808cbd9b291c647299eaaba2e3202f51ff2f3d"
|
||||
@@ -14,8 +14,8 @@ SECONDARY_ARCHITECTURES="?x86_gcc2 ?x86"
|
||||
|
||||
PROVIDES="
|
||||
libglvnd$secondaryArchSuffix = $portVersion
|
||||
lib:libGL$secondaryArchSuffix
|
||||
lib:libEGL$secondaryArchSuffix
|
||||
lib:libGL$secondaryArchSuffix = 1.0.0 compat >= 1
|
||||
lib:libEGL$secondaryArchSuffix = 1.1.0 compat >= 1
|
||||
lib:libglesv1_cm$secondaryArchSuffix
|
||||
lib:libglesv2$secondaryArchSuffix
|
||||
lib:libgldispatch$secondaryArchSuffix
|
||||
@@ -27,8 +27,8 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
libglvnd${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libGL$secondaryArchSuffix
|
||||
devel:libEGL$secondaryArchSuffix
|
||||
devel:libGL$secondaryArchSuffix = 1.0.0 compat >= 1
|
||||
devel:libEGL$secondaryArchSuffix = 1.1.0 compat >= 1
|
||||
devel:libglesv1_cm$secondaryArchSuffix
|
||||
devel:libglesv2$secondaryArchSuffix
|
||||
devel:libgldispatch$secondaryArchSuffix
|
||||
|
||||
Reference in New Issue
Block a user