blob: ea7c7d6a94e57d1478c6085b25d5f5715466da53 [file] [log] [blame]
Brad Bishop316dfdd2018-06-25 12:45:53 -04001From 1002a1137b140dad3319bf3206fec5b6c6b74fea Mon Sep 17 00:00:00 2001
Brad Bishop6e60e8b2018-02-01 10:27:11 -05002From: Jussi Kukkonen <jussi.kukkonen@intel.com>
3Date: Thu, 10 Nov 2016 14:33:05 +0200
4Subject: [PATCH] Don't install Xsession or Xserver
5
6The goal is to use Xsession and Xserver from xserver-nodm-init.
7Xsession scripts and xserver-common from this recipe will still
8be used as before.
9
10Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Brad Bishop316dfdd2018-06-25 12:45:53 -040011
Brad Bishop6e60e8b2018-02-01 10:27:11 -050012---
Patrick Williams520786c2023-06-25 16:20:36 -050013Upstream-Status: Pending
14
Brad Bishop316dfdd2018-06-25 12:45:53 -040015 Makefile | 2 --
16 1 file changed, 2 deletions(-)
Brad Bishop6e60e8b2018-02-01 10:27:11 -050017
18diff --git a/Makefile b/Makefile
Brad Bishop316dfdd2018-06-25 12:45:53 -040019index caa5de1..9428205 100644
Brad Bishop6e60e8b2018-02-01 10:27:11 -050020--- a/Makefile
21+++ b/Makefile
Brad Bishop316dfdd2018-06-25 12:45:53 -040022@@ -20,8 +20,6 @@ install-program:
Brad Bishop6e60e8b2018-02-01 10:27:11 -050023 install -m 755 run-calibrate.sh $(DESTDIR)$(PREFIX)/bin/run-calibrate.sh
24 install -m 644 X11/Xdefaults $(DESTDIR)/etc/X11/Xdefaults
25 install -m 755 X11/Xinit $(DESTDIR)/etc/X11/Xinit
26- install -m 755 X11/Xserver $(DESTDIR)/etc/X11/Xserver
27- install -m 755 X11/Xsession $(DESTDIR)/etc/X11/Xsession
28 install -m 755 X11/xserver-common $(DESTDIR)/etc/X11/xserver-common
29 install -m 755 X11/functions $(DESTDIR)/etc/X11/functions
30 install -d $(DESTDIR)/etc/X11/xmodmap