pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/MesaLib



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Jan  4 01:53:55 UTC 2020

Modified Files:
        pkgsrc/graphics/MesaLib: options.mk

Log Message:
MesaLib: probably makes more sense to check wayland here


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 pkgsrc/graphics/MesaLib/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/graphics/MesaLib/options.mk
diff -u pkgsrc/graphics/MesaLib/options.mk:1.78 pkgsrc/graphics/MesaLib/options.mk:1.79
--- pkgsrc/graphics/MesaLib/options.mk:1.78     Sat Jan  4 01:50:32 2020
+++ pkgsrc/graphics/MesaLib/options.mk  Sat Jan  4 01:53:55 2020
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.78 2020/01/04 01:50:32 nia Exp $
+# $NetBSD: options.mk,v 1.79 2020/01/04 01:53:55 nia Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.MesaLib
 
@@ -8,16 +8,14 @@ PKG_SUPPORTED_OPTIONS+=               llvm vulkan x11
 
 .if ${MESALIB_SUPPORTS_DRI} == "yes"
 PKG_SUPPORTED_OPTIONS+=                wayland
+.  include "../../devel/wayland/platform.mk"
+.  if ${PLATFORM_SUPPORTS_WAYLAND} == "yes"
+PKG_SUGGESTED_OPTIONS+=                wayland
+.  endif
 .endif
 
 PKG_SUGGESTED_OPTIONS+=                x11
 
-.include "../../devel/wayland/platform.mk"
-
-.if ${PLATFORM_SUPPORTS_WAYLAND} == "yes"
-PKG_SUGGESTED_OPTIONS+=                wayland
-.endif
-
 # The LLVM option enables JIT accelerated software rendering and is also
 # required to support the latest RADEON GPUs.
 #



Home | Main Index | Thread Index | Old Index