diff options
author | jschauma <jschauma> | 2003-03-24 18:03:33 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2003-03-24 18:03:33 +0000 |
commit | 2ce5ef9ffc432c7fabdc686c1e1c2e30b932f97f (patch) | |
tree | 2cb237bb5f06f50fa64b78f627ccaad199ed0dc9 /graphics | |
parent | 9cf8c3dc08fa57c00f7975fbb4c884e15eed6fce (diff) | |
download | pkgsrc-2ce5ef9ffc432c7fabdc686c1e1c2e30b932f97f.tar.gz |
Also install glxext.h, as suggested by Joachim Koenig-Baltes in
PR pkg/20878.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/MesaLib/Makefile | 7 | ||||
-rw-r--r-- | graphics/MesaLib/PLIST | 3 |
2 files changed, 5 insertions, 5 deletions
diff --git a/graphics/MesaLib/Makefile b/graphics/MesaLib/Makefile index 21f114b0c7d..006abe2d61d 100644 --- a/graphics/MesaLib/Makefile +++ b/graphics/MesaLib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2003/03/09 19:04:53 jschauma Exp $ +# $NetBSD: Makefile,v 1.16 2003/03/24 18:03:33 jschauma Exp $ PKGNAME= MesaLib-${MESA_VERSION} WRKSRC= ${WRKDIR}/${DISTNAME:S/Lib//} @@ -16,7 +16,6 @@ BUILD_DIRS= ${WRKSRC}/src # XXX should be >= 3.4.2 .if empty(MESA_REQD:M5.[0-9]*) -#MESA_VERSION= 3.4.2 # Check if we got Mesa distributed with XFree86 4.x. .if exists(${X11BASE}/include/GL/glx.h) && \ @@ -35,8 +34,8 @@ PKG_SKIP_REASON= "${PKGNAME} is part of your X11 distribution" post-install: ${INSTALL_DATA_DIR} ${PREFIX}/include/GL cd ${WRKSRC}/include/GL; for hdr in \ - gl.h gl_mangle.h glext.h glx.h glx_mangle.h osmesa.h \ - xmesa.h xmesa_x.h xmesa_xf86.h; \ + gl.h gl_mangle.h glext.h glx.h glxext.h glx_mangle.h \ + osmesa.h xmesa.h xmesa_x.h xmesa_xf86.h; \ do \ ${INSTALL_DATA} $${hdr} ${PREFIX}/include/GL; \ done diff --git a/graphics/MesaLib/PLIST b/graphics/MesaLib/PLIST index d61962bd7f8..2a848fb0da7 100644 --- a/graphics/MesaLib/PLIST +++ b/graphics/MesaLib/PLIST @@ -1,9 +1,10 @@ -@comment $NetBSD: PLIST,v 1.6 2003/03/09 19:04:53 jschauma Exp $ +@comment $NetBSD: PLIST,v 1.7 2003/03/24 18:03:33 jschauma Exp $ etc/mesa.conf include/GL/gl.h include/GL/gl_mangle.h include/GL/glext.h include/GL/glx.h +include/GL/glxext.h include/GL/glx_mangle.h include/GL/osmesa.h include/GL/xmesa.h |