aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2011-07-09 17:36:52 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2011-07-09 17:36:52 +0000
commitfc289777e06cbea44cb42329ba6d6dbf7df0c16d (patch)
tree27e1f841051c1cfa61715120f6823d8ecb8837ad
parentmesa.eselect: remove code from global scope, bug #362747 (diff)
downloadeselect-fc289777e06cbea44cb42329ba6d6dbf7df0c16d.tar.gz
eselect-fc289777e06cbea44cb42329ba6d6dbf7df0c16d.tar.bz2
eselect-fc289777e06cbea44cb42329ba6d6dbf7df0c16d.zip
opengl.eselect: switch EGL and OpenVG, bug #359631
svn path=/trunk/extern/; revision=821
-rw-r--r--ChangeLog4
-rw-r--r--modules/opengl.eselect2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d064da2..3a367e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-07-09 Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+
+ * modules/opengl.eselect: switch EGL and OpenVG, bug #359631
+
2011-02-18 Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
* AUTHORS: Add myself.
diff --git a/modules/opengl.eselect b/modules/opengl.eselect
index 3d52504..c122183 100644
--- a/modules/opengl.eselect
+++ b/modules/opengl.eselect
@@ -110,7 +110,7 @@ setup_lib_symlinks() {
rm -f "${file}"* || die -q "Failed to delete ${file}"
done
- for file in "${profile_libdir}"/libGL{,core}.{so,dylib,a}; do
+ for file in "${profile_libdir}"/lib{EGL,GL,OpenVG}{,core}.{so,dylib,a}; do
upgrade_file "${file}" "${target}"
setup_soname_symlinks "${file}" "${target}"
done