pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/libepoxy Explicitly disable EGL if MESALIB_SU...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5c8bd13b89df
branches: trunk
changeset: 400695:5c8bd13b89df
user: dholland <dholland%pkgsrc.org@localhost>
date: Sun Sep 01 20:38:34 2019 +0000
description:
Explicitly disable EGL if MESALIB_SUPPORTS_EGL isn't yes.
Otherwise, the build fails.
diffstat:
graphics/libepoxy/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 71681a8b68cb -r 5c8bd13b89df graphics/libepoxy/Makefile
--- a/graphics/libepoxy/Makefile Sun Sep 01 14:03:09 2019 +0000
+++ b/graphics/libepoxy/Makefile Sun Sep 01 20:38:34 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2019/08/31 13:50:09 nia Exp $
+# $NetBSD: Makefile,v 1.27 2019/09/01 20:38:34 dholland Exp $
DISTNAME= libepoxy-1.5.3
CATEGORIES= graphics
@@ -27,6 +27,8 @@
.include "../../graphics/MesaLib/buildlink3.mk"
.if !empty(MESALIB_SUPPORTS_EGL:M[Yy][Ee][Ss])
PLIST.egl= yes
+.else
+CONFIGURE_ARGS+= --disable-egl
.endif
.include "options.mk"
Home |
Main Index |
Thread Index |
Old Index