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 Disable glamor when not buildi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bfa5df5af9cc
branches:  trunk
changeset: 358832:bfa5df5af9cc
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Feb 21 14:56:14 2017 +0000

description:
Disable glamor when not building dri.

diffstat:

 x11/modular-xorg-server/options.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 878bfb463ec7 -r bfa5df5af9cc x11/modular-xorg-server/options.mk
--- a/x11/modular-xorg-server/options.mk        Tue Feb 21 14:04:59 2017 +0000
+++ b/x11/modular-xorg-server/options.mk        Tue Feb 21 14:56:14 2017 +0000
@@ -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-dri2
 CONFIGURE_ARGS+=       --disable-dri3
 CONFIGURE_ARGS+=       --disable-glx
+CONFIGURE_ARGS+=       --disable-glamor
 CONFIGURE_ARGS+=       --disable-present
 pre-build: disable-modesetting
 .PHONY: disable-modesetting



Home | Main Index | Thread Index | Old Index