pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/SDL2



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Dec 25 17:49:16 UTC 2022

Modified Files:
        pkgsrc/devel/SDL2: options.mk

Log Message:
SDL2: opengl is not mandatory


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/SDL2/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/devel/SDL2/options.mk
diff -u pkgsrc/devel/SDL2/options.mk:1.19 pkgsrc/devel/SDL2/options.mk:1.20
--- pkgsrc/devel/SDL2/options.mk:1.19   Mon Aug 22 10:51:11 2022
+++ pkgsrc/devel/SDL2/options.mk        Sun Dec 25 17:49:16 2022
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.19 2022/08/22 10:51:11 wiz Exp $
+# $NetBSD: options.mk,v 1.20 2022/12/25 17:49:16 nia Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.SDL2
-PKG_OPTIONS_REQUIRED_GROUPS=   gl
+PKG_OPTIONS_OPTIONAL_GROUPS=   gl
 PKG_SUPPORTED_OPTIONS=         alsa dbus nas jack pulseaudio wayland x11
 PKG_SUGGESTED_OPTIONS.Linux=   alsa
 PKG_OPTIONS_GROUP.gl=          opengl



Home | Main Index | Thread Index | Old Index