libglvnd: enabled headers removed from mesa3d, a force pkgadd is necessary

This commit is contained in:
Matt Housh 2019-10-25 22:05:56 -05:00
parent 26b02bb3f9
commit 96dd1b12f8
3 changed files with 31 additions and 5 deletions

View File

@ -1,5 +1,31 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/EGL/
-rw-r--r-- root/root usr/include/EGL/egl.h
-rw-r--r-- root/root usr/include/EGL/eglext.h
-rw-r--r-- root/root usr/include/EGL/eglplatform.h
drwxr-xr-x root/root usr/include/GL/
-rw-r--r-- root/root usr/include/GL/gl.h
-rw-r--r-- root/root usr/include/GL/glcorearb.h
-rw-r--r-- root/root usr/include/GL/glext.h
-rw-r--r-- root/root usr/include/GL/glx.h
-rw-r--r-- root/root usr/include/GL/glxext.h
drwxr-xr-x root/root usr/include/GLES/
-rw-r--r-- root/root usr/include/GLES/egl.h
-rw-r--r-- root/root usr/include/GLES/gl.h
-rw-r--r-- root/root usr/include/GLES/glext.h
-rw-r--r-- root/root usr/include/GLES/glplatform.h
drwxr-xr-x root/root usr/include/GLES2/
-rw-r--r-- root/root usr/include/GLES2/gl2.h
-rw-r--r-- root/root usr/include/GLES2/gl2ext.h
-rw-r--r-- root/root usr/include/GLES2/gl2platform.h
drwxr-xr-x root/root usr/include/GLES3/
-rw-r--r-- root/root usr/include/GLES3/gl3.h
-rw-r--r-- root/root usr/include/GLES3/gl31.h
-rw-r--r-- root/root usr/include/GLES3/gl32.h
-rw-r--r-- root/root usr/include/GLES3/gl3platform.h
drwxr-xr-x root/root usr/include/KHR/
-rw-r--r-- root/root usr/include/KHR/khrplatform.h
drwxr-xr-x root/root usr/include/glvnd/
-rw-r--r-- root/root usr/include/glvnd/GLdispatchABI.h
-rw-r--r-- root/root usr/include/glvnd/libeglabi.h

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
RWTSGWF5Q7TndL7EiR29KR0gvgFG2VTdfIAi2zZdcOFFTzxzUQh+sL/1vmjZIAZ47H9O3ca6F4jVxcpBlSvjPBs6TtM4NvMrSwA=
SHA256 (Pkgfile) = 8dfc8301600d7d93ebdedd9866363185d8bdc29d2f43eb0ac5814ab828af1ebc
SHA256 (.footprint) = 14999d8d4590997eb7f08e99596286db48ce75ea5097f962529caaf23024bc9b
RWTSGWF5Q7TndDfCqR2FZ+EJ/DtkFceWmt46MWekpECCpkd0/8Gad/Sq0tqfyaVyd2YQgJw/wS789IuYn88jDwaqOiqhC9ltGAY=
SHA256 (Pkgfile) = 555f41f8d22be15b7c187bd35c5ede2af3b785361c77001b1291dcd26fca8213
SHA256 (.footprint) = 6e5412046d01e7bd766b15881b96a863720629161689e0da437fd80659888470
SHA256 (libglvnd-1.2.0.tar.gz) = 37981bd3320261f14140b8aef6e2e6c08c7e75b6a98dcea034670017f3f1312a

View File

@ -5,13 +5,13 @@
name=libglvnd
version=1.2.0
release=1
release=2
source=(https://github.com/NVIDIA/$name/archive/v$version/$name-$version.tar.gz)
build() {
cd $name-$version
./autogen.sh
./configure --prefix=/usr --disable-headers
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}