summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-02-21 14:56:14 +0000
committerwiz <wiz@pkgsrc.org>2017-02-21 14:56:14 +0000
commitf76bc9091750c82a26f9a0bd4a2124a9ac4915b1 (patch)
tree4935043ed9f1621a474a1ab6d3abb46a4b4017ba
parentb02490311a9c0d0e708fabd13938c4d0721db288 (diff)
downloadpkgsrc-f76bc9091750c82a26f9a0bd4a2124a9ac4915b1.tar.gz
Disable glamor when not building dri.
-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