package/nvidia-driver: add NVidia's OpenGL binary blob
authorYann E. MORIN <yann.morin.1998@free.fr>
Tue, 10 Feb 2015 20:01:12 +0000 (21:01 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 21 Feb 2015 17:31:14 +0000 (18:31 +0100)
commiteb69015f1f52213839cc5d594e5b17758eed8ef9
treef38a497157eb267a911259a4d9dda049e3f76ed9
parent7468b60e7c7fe7ff2e813de6a43f9f26fa453819
package/nvidia-driver: add NVidia's OpenGL binary blob

This patch only adds the userland part. Unless other such other
packages (which we named like: rpi-userland), we do not replicate this
naming scheme with this package, as a future patch will also enable
building the kernel part of the driver. So, it is better to just name
that package with -driver, rather than with -userland and renaming it
afterwards.

[Thomas:
 - Rewrap Config.in help text.
 - Add a comment to explain why mesa3d-headers, xlib_libX11 and
   xlib_libXext are part of the dependencies.
 - Fix typo in comment about library installation: s/The/Then/
 - Use 'addsuffix' instead of 'patsubst' to calculate the final
   filename of libraries to install.
 - Use more temporary variables to make the library installation loop
   clearer: 'libpath' is the relative path of the library in
   nvidia-driver sources, 'libname' the base name of the library,
   'libsoname' the soname of the library, and 'baseso' the base .so
   symlink name.]

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/Config.in
package/nvidia-driver/Config.in [new file with mode: 0644]
package/nvidia-driver/nvidia-driver.hash [new file with mode: 0644]
package/nvidia-driver/nvidia-driver.mk [new file with mode: 0644]