Thu Nov 18 09:32:17 2021 UTC ()
libgdm: Fix build - remove unsupported meson options


(cirnatdan)
diff -r1.4 -r1.5 pkgsrc/x11/libgdm/Makefile

cvs diff -r1.4 -r1.5 pkgsrc/x11/libgdm/Makefile (expand / switch to context diff)
--- pkgsrc/x11/libgdm/Makefile 2021/05/02 11:06:16 1.4
+++ pkgsrc/x11/libgdm/Makefile 2021/11/18 09:32:17 1.5
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2021/05/02 11:06:16 nia Exp $
+# $NetBSD: Makefile,v 1.5 2021/11/18 09:32:17 cirnatdan Exp $
 
 DISTNAME=	gdm-40.0
 PKGNAME=	lib${DISTNAME}
@@ -28,9 +28,7 @@
 MESON_ARGS+=		--sysconfdir=${EGDIR}
 MESON_ARGS+=		-Ddmconfdir=${PKG_SYSCONFDIR}/dm
 MESON_ARGS+=		-Dsysconfsubdir=
-MESON_ARGS+=		-Dprefetch=yes
 MESON_ARGS+=		-Dplymouth=disabled
-MESON_ARGS+=		-Dsystemd=disabled
 MESON_ARGS+=		-Dsystemd-journal=false
 MESON_ARGS+=		-Duser-display-server=false
 MESON_ARGS+=		-Duser=${GDMOWN}