diff options
author | kwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2014-10-06 07:10:54 +0800 |
---|---|---|
committer | kwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2014-10-06 07:10:54 +0800 |
commit | 5f390bf7cde65d9c54180c7b4042be0c24636588 (patch) | |
tree | d3d4d5c9535a1723a91aaba3a7ed2fc0ff6c82d1 /graphics/libGL/pkg-plist | |
parent | d347ba212d4966027efd8bd50507b47bf0579ddf (diff) | |
download | xorg-devel-ports-5f390bf7cde65d9c54180c7b4042be0c24636588.tar xorg-devel-ports-5f390bf7cde65d9c54180c7b4042be0c24636588.tar.gz xorg-devel-ports-5f390bf7cde65d9c54180c7b4042be0c24636588.tar.bz2 xorg-devel-ports-5f390bf7cde65d9c54180c7b4042be0c24636588.tar.lz xorg-devel-ports-5f390bf7cde65d9c54180c7b4042be0c24636588.tar.xz xorg-devel-ports-5f390bf7cde65d9c54180c7b4042be0c24636588.tar.zst xorg-devel-ports-5f390bf7cde65d9c54180c7b4042be0c24636588.zip |
Import Mesa work from experimental to trunk.
Features:
Default mesa updated to 9.1.7.
New mesa updated to 10.3.0.
Drop usage of WITH_NEW_XORG, instead have WITH_NEW_MESA. This is not
really intended as a user operated flag. It is used to switch to mesa
10.3.0 when i915kms hw context support is found based on OSVERSION.
Radeon user might set this because radeonkms works fine with the new
mesa.
git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@1529 058c260c-8361-11dd-a0ac-aa2bafec7d09
Diffstat (limited to 'graphics/libGL/pkg-plist')
-rw-r--r-- | graphics/libGL/pkg-plist | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/graphics/libGL/pkg-plist b/graphics/libGL/pkg-plist index 9cdb2a8..d910c93 100644 --- a/graphics/libGL/pkg-plist +++ b/graphics/libGL/pkg-plist @@ -1,23 +1,22 @@ -%%OLD%%include/GL/dmesa.h -%%OLD%%include/GL/ggimesa.h +@comment etc/drirc +@comment include/GL/internal/dri_interface.h include/GL/gl.h include/GL/gl_mangle.h +%%NEW%%include/GL/glcorearb.h include/GL/glext.h -%%OLD%%include/GL/glfbdev.h include/GL/glx.h include/GL/glx_mangle.h include/GL/glxext.h -%%OLD%%include/GL/mesa_wgl.h -%%OLD%%include/GL/mglmesa.h include/GL/osmesa.h -%%OLD%%include/GL/svgamesa.h -%%OLD%%include/GL/vms_x_fix.h include/GL/wglext.h include/GL/wmesa.h -%%NEW%%lib/.libGL/libGL.la lib/.libGL/libGL.so lib/.libGL/libGL.so.1 -%%NEW%%lib/.libGL/libGL.so.1.2.0 +lib/.libGL/libGL.so.1.2.0 +@comment lib/libglapi.so +@comment lib/libglapi.so.0 +@comment lib/libglapi.so.0.0.0 +@comment libdata/pkgconfig/dri.pc libdata/pkgconfig/gl.pc @dirrm lib/.libGL @dirrmtry include/GL |