pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/libgdm
Module Name: pkgsrc
Committed By: cirnatdan
Date: Thu Nov 18 09:32:17 UTC 2021
Modified Files:
pkgsrc/x11/libgdm: Makefile
Log Message:
libgdm: Fix build - remove unsupported meson options
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/x11/libgdm/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/libgdm/Makefile
diff -u pkgsrc/x11/libgdm/Makefile:1.4 pkgsrc/x11/libgdm/Makefile:1.5
--- pkgsrc/x11/libgdm/Makefile:1.4 Sun May 2 11:06:16 2021
+++ pkgsrc/x11/libgdm/Makefile Thu Nov 18 09:32:17 2021
@@ -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+= -Dlocalstatedir=${VARBASE}
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}
Home |
Main Index |
Thread Index |
Old Index