summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz>2017-02-21 14:56:14 +0000
committerwiz <wiz>2017-02-21 14:56:14 +0000
commit90b3246ca547065f26f7f8668a892caad730b428 (patch)
tree7af6cf69778a578aaa043d3139e72504b2532431 /x11
parenta31b315cec66ed807961e66cba38d2dc6a997c0b (diff)
downloadpkgsrc-90b3246ca547065f26f7f8668a892caad730b428.tar.gz
Disable glamor when not building dri.
Diffstat (limited to 'x11')
-rw-r--r--x11/modular-xorg-server/options.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/modular-xorg-server/options.mk b/x11/modular-xorg-server/options.mk
index f687b774277..20751bb3f20 100644
--- a/x11/modular-xorg-server/options.mk
+++ b/x11/modular-xorg-server/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.16 2016/11/22 16:02:54 wiz Exp $
+# $NetBSD: options.mk,v 1.17 2017/02/21 14:56:14 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.modular-xorg-server
PKG_SUPPORTED_OPTIONS= inet6 debug dtrace
@@ -38,6 +38,7 @@ CONFIGURE_ARGS+= --disable-dri
CONFIGURE_ARGS+= --disable-dri2
CONFIGURE_ARGS+= --disable-dri3
CONFIGURE_ARGS+= --disable-glx
+CONFIGURE_ARGS+= --disable-glamor
CONFIGURE_ARGS+= --disable-present
pre-build: disable-modesetting
.PHONY: disable-modesetting