summaryrefslogtreecommitdiffstats
path: root/lxde
diff options
context:
space:
mode:
authorArjan Bouter2011-11-11 10:24:31 +0100
committerArjan Bouter2011-11-11 10:24:31 +0100
commitc3fb376745d5f8a3b1c62dbd579d2220dd461e6b (patch)
treebc2b305c301632036ac94ee1d396a9b18fedaefd /lxde
parentdd7241b3c85481af223fbd3ab4635d1d03f5e989 (diff)
lxdm: added optional dep on libxcb and allow a choice between gtk2 and
gtk3
Diffstat (limited to 'lxde')
-rwxr-xr-xlxde/lxdm/DEPENDS7
-rw-r--r--lxde/lxdm/HISTORY4
2 files changed, 9 insertions, 2 deletions
diff --git a/lxde/lxdm/DEPENDS b/lxde/lxdm/DEPENDS
index 001d95f995..516cf650ec 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 bfa0827aef..90882be32c 100644
--- a/lxde/lxdm/HISTORY
+++ b/lxde/lxdm/HISTORY
@@ -1,3 +1,7 @@
+2011-11-11 Arjan Bouter <abouter@sourcemage.org>
+ * DEPENDS: give a choice between gtk 2 and 3, added optional
+ dep on libxcb
+
2011-10-27 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DETAILS: version 0.4.1
* PRE_BUILD: regenerate config files