Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (1af18412cb34af22ddf3b4aed6aaa4d601da19cf)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (1af18412cb34af22ddf3b4aed6aaa4d601da19cf)
  • Date: Fri, 11 Nov 2011 03:25:22 -0600

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

lxde/lxdm/DEPENDS | 7 +++++--
lxde/lxdm/HISTORY | 4 ++++
2 files changed, 9 insertions(+), 2 deletions(-)

New commits:
commit c3fb376745d5f8a3b1c62dbd579d2220dd461e6b
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

lxdm: added optional dep on libxcb and allow a choice between gtk2 and
gtk3

diff --git a/lxde/lxdm/DEPENDS b/lxde/lxdm/DEPENDS
index 001d95f..516cf65 100755
--- a/lxde/lxdm/DEPENDS
+++ b/lxde/lxdm/DEPENDS
@@ -1,4 +1,7 @@
-depends gtk+3 '--enable-gtk3' &&
depends consolekit &&
+optional_depends gtk+3 '--enable-gtk3' '--disable-gtk3' \
+ 'Use GTK+3 instead of GTK+2' &&
+if ! is_depends_enabled $SPELL gtk+3; then depends gtk+2; fi &&
optional_depends linux-pam '--with-pam' '--without-pam' 'For PAM support' &&
-optional_depends xauth '--enable-xauth' '--disable-xauth' 'For XAUTH support'
+optional_depends xauth '--enable-xauth' '--disable-xauth' 'For XAUTH
support' &&
+optional_depends libxcb '--with-xconn=xcb' '--with-xconn=xlib' 'Use XCB
instead of xlib'
diff --git a/lxde/lxdm/HISTORY b/lxde/lxdm/HISTORY
index bfa0827..90882be 100644
--- a/lxde/lxdm/HISTORY
+++ b/lxde/lxdm/HISTORY
@@ -1,3 +1,7 @@
+2011-11-11 Arjan Bouter <abouter AT sourcemage.org>
+ * DEPENDS: give a choice between gtk 2 and 3, added optional
+ dep on libxcb
+
2011-10-27 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 0.4.1
* PRE_BUILD: regenerate config files



  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (1af18412cb34af22ddf3b4aed6aaa4d601da19cf), Arjan Bouter, 11/11/2011

Archive powered by MHonArc 2.6.24.

Top of Page