pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/snes9x-gtk



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Jun 20 16:25:06 UTC 2025

Modified Files:
        pkgsrc/emulators/snes9x-gtk: options.mk

Log Message:
snes9x-gtk: Fix !wayland case.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/emulators/snes9x-gtk/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/emulators/snes9x-gtk/options.mk
diff -u pkgsrc/emulators/snes9x-gtk/options.mk:1.7 pkgsrc/emulators/snes9x-gtk/options.mk:1.8
--- pkgsrc/emulators/snes9x-gtk/options.mk:1.7  Sun Aug 25 06:18:41 2024
+++ pkgsrc/emulators/snes9x-gtk/options.mk      Fri Jun 20 16:25:05 2025
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.7 2024/08/25 06:18:41 wiz Exp $
+# $NetBSD: options.mk,v 1.8 2025/06/20 16:25:05 nia Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.snes9x-gtk
 PKG_SUPPORTED_OPTIONS=         alsa pulseaudio portaudio wayland
@@ -40,5 +40,5 @@ CMAKE_CONFIGURE_ARGS+=        -DUSE_PORTAUDIO=O
 .if !empty(PKG_OPTIONS:Mwayland)
 .include "../../devel/wayland/buildlink3.mk"
 .else
-CMAKE_CONFIGURE_ARGS+= -DUSE_WAYLAND=ON
+CMAKE_CONFIGURE_ARGS+= -DUSE_WAYLAND=OFF
 .endif



Home | Main Index | Thread Index | Old Index