Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Chakra
Packages
core
Commits
c0956857
Commit
c0956857
authored
Apr 03, 2016
by
AlmAck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make libglvnd a deps of nvidia-utils
parent
3bb9e8e3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
libglvnd/PKGBUILD
libglvnd/PKGBUILD
+2
-2
nvidia-utils/PKGBUILD
nvidia-utils/PKGBUILD
+4
-3
No files found.
libglvnd/PKGBUILD
View file @
c0956857
...
...
@@ -4,9 +4,9 @@
pkgname
=
libglvnd
pkgver
=
0.1.0.20160329
_commit
=
af2aeb0b4293e085ad61eae08be34e52f9d7b389
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
"The GL Vendor-Neutral Dispatch library"
arch
=(
'i686'
'x86_64'
)
arch
=(
'x86_64'
)
url
=
"https://github.com/NVIDIA/libglvnd"
license
=(
'custom:BSD-like'
)
depends
=(
'libxext'
)
...
...
nvidia-utils/PKGBUILD
View file @
c0956857
...
...
@@ -5,7 +5,7 @@
pkgbase
=
nvidia-utils
pkgname
=(
'nvidia-utils'
'nvidia-libgl'
'opencl-nvidia'
)
pkgver
=
361.42
pkgrel
=
1
pkgrel
=
2
arch
=(
'x86_64'
)
url
=
"http://www.nvidia.com/"
license
=(
'custom'
)
...
...
@@ -198,8 +198,9 @@ package_opencl-nvidia() {
package_nvidia-libgl
()
{
pkgdesc
=
"NVIDIA drivers libraries"
optdepends
=(
'libvdpau: VDPAU wrapper library'
)
provides
=(
'libgl'
'libglvnd'
)
conflicts
=(
'libgl'
'libglvnd'
)
depends
=(
'libglvnd'
)
provides
=(
'libgl'
)
conflicts
=(
'libgl'
)
cd
"
${
_pkg
}
"
process_manifest
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment