summaryrefslogtreecommitdiffstats
path: root/system/lxdm/lxdm.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2017-08-01 18:24:12 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-08-05 07:07:53 +0700
commitb619f938e24d405903fb930e5d1003a8e557c9e3 (patch)
treeb9b870b559eb74c21afb1f1c621738c301d9fb63 /system/lxdm/lxdm.SlackBuild
parent20aa2e3ce6a9c7ee5f90ca6e1c19f07c8035ccee (diff)
downloadslackbuilds-b619f938e24d405903fb930e5d1003a8e557c9e3.tar.gz
slackbuilds-b619f938e24d405903fb930e5d1003a8e557c9e3.tar.xz
system/lxdm: Patch from upstream to honor X zapping.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/lxdm/lxdm.SlackBuild')
-rw-r--r--system/lxdm/lxdm.SlackBuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/lxdm/lxdm.SlackBuild b/system/lxdm/lxdm.SlackBuild
index 3ee1125957..a3bc14fe9b 100644
--- a/system/lxdm/lxdm.SlackBuild
+++ b/system/lxdm/lxdm.SlackBuild
@@ -91,6 +91,9 @@ patch -p1 < $CWD/patches/remove_suse_from_Xsession.diff
# to maintain ; let's hope I don't eat those words. --rworkman
patch -p1 < $CWD/patches/lxdm-set_DESKTOP_SESSION_in_env.diff
+# From upstream
+patch -p1 < $CWD/patches/honor_zap.patch
+
sh autogen.sh || true
CFLAGS="$SLKCFLAGS" \