diff options
Diffstat (limited to 'meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/0001-Don-t-install-Xsession-or-Xserver.patch')
-rw-r--r-- | meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/0001-Don-t-install-Xsession-or-Xserver.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/0001-Don-t-install-Xsession-or-Xserver.patch b/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/0001-Don-t-install-Xsession-or-Xserver.patch deleted file mode 100644 index ea7c7d6a94..0000000000 --- a/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/0001-Don-t-install-Xsession-or-Xserver.patch +++ /dev/null | |||
@@ -1,30 +0,0 @@ | |||
1 | From 1002a1137b140dad3319bf3206fec5b6c6b74fea Mon Sep 17 00:00:00 2001 | ||
2 | From: Jussi Kukkonen <jussi.kukkonen@intel.com> | ||
3 | Date: Thu, 10 Nov 2016 14:33:05 +0200 | ||
4 | Subject: [PATCH] Don't install Xsession or Xserver | ||
5 | |||
6 | The goal is to use Xsession and Xserver from xserver-nodm-init. | ||
7 | Xsession scripts and xserver-common from this recipe will still | ||
8 | be used as before. | ||
9 | |||
10 | Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> | ||
11 | |||
12 | --- | ||
13 | Upstream-Status: Pending | ||
14 | |||
15 | Makefile | 2 -- | ||
16 | 1 file changed, 2 deletions(-) | ||
17 | |||
18 | diff --git a/Makefile b/Makefile | ||
19 | index caa5de1..9428205 100644 | ||
20 | --- a/Makefile | ||
21 | +++ b/Makefile | ||
22 | @@ -20,8 +20,6 @@ install-program: | ||
23 | 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 | ||