diff options
author | wiz <wiz@pkgsrc.org> | 2017-02-21 14:56:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-02-21 14:56:14 +0000 |
commit | f76bc9091750c82a26f9a0bd4a2124a9ac4915b1 (patch) | |
tree | 4935043ed9f1621a474a1ab6d3abb46a4b4017ba /x11 | |
parent | b02490311a9c0d0e708fabd13938c4d0721db288 (diff) | |
download | pkgsrc-f76bc9091750c82a26f9a0bd4a2124a9ac4915b1.tar.gz |
Disable glamor when not building dri.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/modular-xorg-server/options.mk | 3 |
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 |