pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/modular-xorg-server



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Feb 21 14:56:14 UTC 2017

Modified Files:
        pkgsrc/x11/modular-xorg-server: options.mk

Log Message:
Disable glamor when not building dri.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/x11/modular-xorg-server/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/modular-xorg-server/options.mk
diff -u pkgsrc/x11/modular-xorg-server/options.mk:1.16 pkgsrc/x11/modular-xorg-server/options.mk:1.17
--- pkgsrc/x11/modular-xorg-server/options.mk:1.16      Tue Nov 22 16:02:54 2016
+++ pkgsrc/x11/modular-xorg-server/options.mk   Tue Feb 21 14:56:14 2017
@@ -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



Home | Main Index | Thread Index | Old Index