Skip to content
Permalink
726b4877f9
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
@david
Latest commit ceb27ea Jan 16, 2020 History
This lib replace libgl{,x} from mesa and nvidia
Now mesa and nvidia use the same
1 contributor

Users who have contributed to this file

executable file 34 lines (23 sloc) 503 Bytes
#!/usr/bin/env beesh
# BEE_VERSION libglvnd-1.3.0-0
SRCURL[0]="https://github.com/NVIDIA/libglvnd/archive/v${PKGVERSION}.tar.gz libglvnd-${PKGVERSION}.tar.gz"
# PATCHURL+=()
# build_in_sourcedir
# sourcesubdir_append src
BEE_BUILDTYPE=meson
#mee_extract() {
# bee_extract "${@}"
#}
#mee_patch() {
# bee_patch "${@}"
#}
#mee_configure() {
# bee_configure
#}
#mee_build() {
# bee_build
#}
#mee_install() {
# bee_install
#}
## by default this may be 'make install DESTDIR="${D}"'