pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/wayland



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jun  9 14:30:29 UTC 2024

Modified Files:
        pkgsrc/devel/wayland: platform.mk

Log Message:
wayland: pkglint cleanup

indentation only


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/wayland/platform.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/wayland/platform.mk
diff -u pkgsrc/devel/wayland/platform.mk:1.7 pkgsrc/devel/wayland/platform.mk:1.8
--- pkgsrc/devel/wayland/platform.mk:1.7        Sun Aug  7 23:08:39 2022
+++ pkgsrc/devel/wayland/platform.mk    Sun Jun  9 14:30:28 2024
@@ -1,7 +1,7 @@
-# $NetBSD: platform.mk,v 1.7 2022/08/07 23:08:39 tnn Exp $
+# $NetBSD: platform.mk,v 1.8 2024/06/09 14:30:28 wiz Exp $
 
 .if !defined(PLATFORM_SUPPORTS_WAYLAND)
-.  include "../../mk/bsd.fast.prefs.mk"
+.include "../../mk/bsd.fast.prefs.mk"
 
 .include "../../graphics/MesaLib/features.mk"
 
@@ -11,15 +11,15 @@ WAYLAND_PLATFORMS+=         Linux-*-*
 
 # We can have Wayland without EGL, but a lot of things expect
 # wayland and EGL support together.
-.  if ${OPSYS} == "NetBSD" && !empty(MESALIB_SUPPORTS_EGL:M[Yy][Ee][Ss])
+.if ${OPSYS} == "NetBSD" && !empty(MESALIB_SUPPORTS_EGL:M[Yy][Ee][Ss])
 PLATFORM_SUPPORTS_WAYLAND=     yes
-.  endif
+.endif
 
-.  for _wayland_platform in ${WAYLAND_PLATFORMS}
-.    if !empty(MACHINE_PLATFORM:M${_wayland_platform})
+.for _wayland_platform in ${WAYLAND_PLATFORMS}
+.  if !empty(MACHINE_PLATFORM:M${_wayland_platform})
 PLATFORM_SUPPORTS_WAYLAND=     yes
-.    endif
-.  endfor
+.  endif
+.endfor
 PLATFORM_SUPPORTS_WAYLAND?=    no
 
 .endif # !defined(PLATFORM_SUPPORTS_WAYLAND)



Home | Main Index | Thread Index | Old Index