Skip to content

Commit

Permalink
libglvnd: Add version 1.3.0
Browse files Browse the repository at this point in the history
This lib replace libgl{,x} from mesa and nvidia
Now mesa and nvidia use the same
  • Loading branch information
david committed Jan 16, 2020
1 parent 8462edd commit ceb27ea
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions libglvnd.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
#!/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}"'

0 comments on commit ceb27ea

Please sign in to comment.