aboutsummaryrefslogtreecommitdiff
path: root/graphics/mesa-dri
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2020-09-19 09:34:36 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2020-09-19 09:34:36 +0000
commit19c76400cc7cd5106b3b3c4a92c40d8f47dac813 (patch)
tree4692a8ac5bbcb6edb1d8a8953030e3fa6a7329e5 /graphics/mesa-dri
parenta55db457da83f8c69590ee9f4b08efc753c98b08 (diff)
downloadports-19c76400cc7cd5106b3b3c4a92c40d8f47dac813.tar.gz
ports-19c76400cc7cd5106b3b3c4a92c40d8f47dac813.zip
mesa-libs: Add glesv1 lib
There is no real reason to disable glesv1 so add it to the build. While here add a USE_GL for it. Reviewed by: zeising Approved by: x11 (zeising@) Differential Revision: https://reviews.freebsd.org/D26461
Notes
Notes: svn path=/head/; revision=548950
Diffstat (limited to 'graphics/mesa-dri')
-rw-r--r--graphics/mesa-dri/Makefile.common3
1 files changed, 0 insertions, 3 deletions
diff --git a/graphics/mesa-dri/Makefile.common b/graphics/mesa-dri/Makefile.common
index 9e05a339c6d7..a22e77e2fe40 100644
--- a/graphics/mesa-dri/Makefile.common
+++ b/graphics/mesa-dri/Makefile.common
@@ -106,6 +106,3 @@ MESON_ARGS+= --native-file="${WRKSRC}/llvm.ini"
LDFLAGS+= -Wl,-rpath=${LOCALBASE}/llvm${LLVM_DEFAULT}/lib
MESON_ARGS+= -Dllvm=true
-# we don't care about GLes v1
-MESON_ARGS+= -Dgles1=false
-