-
Notifications
You must be signed in to change notification settings - Fork 0
Update graphic #1600
Merged
+76
−15
Merged
Update graphic #1600
Changes from 1 commit
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
ceb27ea
libglvnd: Add version 1.3.0
david a3523ed
mesalib: Update from version 19.3.1 to 19.3.2
david e35cb65
mesa-demos: new revision
david c7b375c
nvidia-418.56: Remove old revision
david d58b6d6
nvidia-418.56: new revision
david ca55884
nvidia-440.44: remove revision
david 1e148c4
nvidia-440.44: Add new revision
david 3612433
nvidia-mxlinks: Update from version 0.11 to 0.12
david e36861b
Add update script
david File filter
Filter by extension
Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Next
Next commit
libglvnd: Add version 1.3.0
This lib replace libgl{,x} from mesa and nvidia Now mesa and nvidia use the same
commit ceb27eac0f4379a723a6621c3de29e86f2b31a77
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}"' |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it not detected automatically?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes