pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/libgdm libgdm: Fix build - remove unsupported meso...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2bda1ce8a596
branches:  trunk
changeset: 769657:2bda1ce8a596
user:      cirnatdan <cirnatdan%pkgsrc.org@localhost>
date:      Thu Nov 18 09:32:17 2021 +0000

description:
libgdm: Fix build - remove unsupported meson options

diffstat:

 x11/libgdm/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 1a996634d590 -r 2bda1ce8a596 x11/libgdm/Makefile
--- a/x11/libgdm/Makefile       Thu Nov 18 09:17:36 2021 +0000
+++ b/x11/libgdm/Makefile       Thu Nov 18 09:32:17 2021 +0000
@@ -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}



Home | Main Index | Thread Index | Old Index