diff options
author | Matt Turner <mattst88@gmail.com> | 2015-01-13 14:37:46 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2015-01-13 14:37:46 -0800 |
commit | d1cc1d06f404f9fef6844a61843d5004ca4d9e47 (patch) | |
tree | faa7b9aaefbef6da54a3b4662540d072ac523f03 | |
parent | media-libs/mesa: Sync with main tree. (diff) | |
download | x11-d1cc1d06f404f9fef6844a61843d5004ca4d9e47.tar.gz x11-d1cc1d06f404f9fef6844a61843d5004ca4d9e47.tar.bz2 x11-d1cc1d06f404f9fef6844a61843d5004ca4d9e47.zip |
media-libs/mesa: Drop usage of --with-opencl-libdir.
Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=536458
-rw-r--r-- | media-libs/mesa/mesa-9999.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 3d88dd83..2938ef68 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -289,7 +289,6 @@ multilib_src_configure() { if use opencl; then myconf+=" $(use_enable opencl) - --with-opencl-libdir="${EPREFIX}/usr/$(get_libdir)/OpenCL/vendors/mesa" --with-clang-libdir="${EPREFIX}/usr/lib" " fi |