pkgsrc-WIP-changes archive

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

wip/gdm: Fix dbus config file location



Module Name:	pkgsrc-wip
Committed By:	Dan Cîrnaț <dan%alt.md@localhost>
Pushed By:	cirnatdan
Date:		Tue Jul 28 09:50:20 2020 +0200
Changeset:	3c3282ea3a2f82dbccebecacdcc4ca8c8595522f

Modified Files:
	gdm/Makefile

Log Message:
wip/gdm: Fix dbus config file location

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3c3282ea3a2f82dbccebecacdcc4ca8c8595522f

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 gdm/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/gdm/Makefile b/gdm/Makefile
index ce43723f86..4b3c0292c5 100644
--- a/gdm/Makefile
+++ b/gdm/Makefile
@@ -33,6 +33,7 @@ CONFIGURE_ARGS+=	--disable-systemd-journal
 CONFIGURE_ARGS+=	--disable-user-display-server
 CONFIGURE_ARGS+=	--with-user=${GDMOWN}
 CONFIGURE_ARGS+=	--with-group=${GDMGRP}
+CONFIGURE_ARGS+=	--with-dbus-sys=${PREFIX}/etc/dbus-1/system.d
 CONFIGURE_ENV+=		PREFIX=${PREFIX}
 CONFIGURE_ENV+=		X11BASE=${X11BASE}
 CONFIGURE_SCRIPT=	./autogen.sh


Home | Main Index | Thread Index | Old Index