From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2EE581381FA for ; Fri, 30 May 2014 12:59:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC501E0825; Fri, 30 May 2014 12:59:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 41107E0825 for ; Fri, 30 May 2014 12:59:23 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4F53E33FB78 for ; Fri, 30 May 2014 12:59:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 53ACC181A9 for ; Fri, 30 May 2014 12:59:20 +0000 (UTC) From: "Chi-Thanh Christopher Nguyen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chi-Thanh Christopher Nguyen" Message-ID: <1401454749.9f5147f0394591baa9abdceedb041cfab0872c94.chithead@gentoo> Subject: [gentoo-commits] proj/x11:master commit in: x11-base/xorg-server/ X-VCS-Repository: proj/x11 X-VCS-Files: x11-base/xorg-server/xorg-server-9999.ebuild X-VCS-Directories: x11-base/xorg-server/ X-VCS-Committer: chithead X-VCS-Committer-Name: Chi-Thanh Christopher Nguyen X-VCS-Revision: 9f5147f0394591baa9abdceedb041cfab0872c94 X-VCS-Branch: master Date: Fri, 30 May 2014 12:59:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 786ccd44-a20e-42c1-983f-136adadd9d1e X-Archives-Hash: a0d93ca0e10ff854658c50d5917c3ebd commit: 9f5147f0394591baa9abdceedb041cfab0872c94 Author: Chi-Thanh Christopher Nguyen gentoo org> AuthorDate: Fri May 30 12:59:09 2014 +0000 Commit: Chi-Thanh Christopher Nguyen cs tu-berlin de> CommitDate: Fri May 30 12:59:09 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=9f5147f0 x11-base/xorg-server: fix automagic systemd-logind support Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=511854 --- x11-base/xorg-server/xorg-server-9999.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/x11-base/xorg-server/xorg-server-9999.ebuild b/x11-base/xorg-server/xorg-server-9999.ebuild index aaa2945..eb7a7f5 100644 --- a/x11-base/xorg-server/xorg-server-9999.ebuild +++ b/x11-base/xorg-server/xorg-server-9999.ebuild @@ -68,7 +68,10 @@ RDEPEND=">=app-admin/eselect-opengl-1.0.8 ) >=x11-apps/xinit-1.3 selinux? ( sec-policy/selinux-xserver ) - systemd? ( sys-apps/systemd )" + systemd? ( + sys-apps/dbus + sys-apps/systemd + )" DEPEND="${RDEPEND} sys-devel/flex @@ -166,6 +169,7 @@ src_configure() { $(use_with doc doxygen) $(use_with doc xmlto) $(use_with systemd systemd-daemon) + $(use_with systemd systemd-logind) --enable-libdrm --sysconfdir="${EPREFIX}"/etc/X11 --localstatedir="${EPREFIX}"/var