pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/modular-xorg-server modular-xorg-server: only enab...
details: https://anonhg.NetBSD.org/pkgsrc/rev/12faa7cf76a0
branches: trunk
changeset: 454534:12faa7cf76a0
user: nia <nia%pkgsrc.org@localhost>
date: Sun Jun 13 06:55:17 2021 +0000
description:
modular-xorg-server: only enable glamor if EGL is available
diffstat:
x11/modular-xorg-server/options.mk | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r a44aa813b089 -r 12faa7cf76a0 x11/modular-xorg-server/options.mk
--- a/x11/modular-xorg-server/options.mk Sun Jun 13 06:53:00 2021 +0000
+++ b/x11/modular-xorg-server/options.mk Sun Jun 13 06:55:17 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.22 2020/01/15 14:24:03 wiz Exp $
+# $NetBSD: options.mk,v 1.23 2021/06/13 06:55:17 nia Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.modular-xorg-server
PKG_SUPPORTED_OPTIONS= inet6 dri debug dtrace
@@ -20,7 +20,9 @@
CONFIGURE_ARGS+= --enable-dri2
CONFIGURE_ARGS+= --enable-dri3
CONFIGURE_ARGS+= --enable-glx
+. if ${MESALIB_SUPPORTS_EGL:tl} == "yes"
CONFIGURE_ARGS+= --enable-glamor
+. endif
CONFIGURE_ARGS+= --enable-present
.else
###
Home |
Main Index |
Thread Index |
Old Index