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:   nia
Date:           Sun Jun 13 06:55:17 UTC 2021

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

Log Message:
modular-xorg-server: only enable glamor if EGL is available


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 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.22 pkgsrc/x11/modular-xorg-server/options.mk:1.23
--- pkgsrc/x11/modular-xorg-server/options.mk:1.22      Wed Jan 15 14:24:03 2020
+++ pkgsrc/x11/modular-xorg-server/options.mk   Sun Jun 13 06:55:17 2021
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.22 2020/01/15 14:24:03 wiz Exp $
+# $NetBSD: options.mk,v 1.23 2021/06/13 06:55:17 nia Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.modular-xorg-server
 PKG_SUPPORTED_OPTIONS= inet6 dri debug dtrace
@@ -20,7 +20,9 @@ CONFIGURE_ARGS+=      --enable-dri
 CONFIGURE_ARGS+=       --enable-dri2
 CONFIGURE_ARGS+=       --enable-dri3
 CONFIGURE_ARGS+=       --enable-glx
+.  if ${MESALIB_SUPPORTS_EGL:tl} == "yes"
 CONFIGURE_ARGS+=       --enable-glamor
+.  endif
 CONFIGURE_ARGS+=       --enable-present
 .else
 ###



Home | Main Index | Thread Index | Old Index