summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/wayland/wayland/just-scanner.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/wayland/wayland/just-scanner.patch')
-rw-r--r--meta/recipes-graphics/wayland/wayland/just-scanner.patch21
1 files changed, 17 insertions, 4 deletions
diff --git a/meta/recipes-graphics/wayland/wayland/just-scanner.patch b/meta/recipes-graphics/wayland/wayland/just-scanner.patch
index 234a9c5f79..ae9935e089 100644
--- a/meta/recipes-graphics/wayland/wayland/just-scanner.patch
+++ b/meta/recipes-graphics/wayland/wayland/just-scanner.patch
@@ -1,3 +1,8 @@
1From f674544d4f6f5f763e449207da77a561b22eff97 Mon Sep 17 00:00:00 2001
2From: Valentin Popa <valentin.popa@intel.com>
3Date: Fri, 7 Feb 2014 16:36:47 +0200
4Subject: [PATCH] just scanner
5
1We only build wayland-native for the scanner, so disable the bits we don't 6We only build wayland-native for the scanner, so disable the bits we don't
2actually need. This gives us a small speed up but importantly should allow 7actually need. This gives us a small speed up but importantly should allow
3wayland-native to compile on older hosts such as CentOS 5 which currently fails: 8wayland-native to compile on older hosts such as CentOS 5 which currently fails:
@@ -10,22 +15,27 @@ wayland-native to compile on older hosts such as CentOS 5 which currently fails:
10 15
11Upstream-Status: Inappropriate 16Upstream-Status: Inappropriate
12Signed-off-by: Ross Burton <ross.burton@intel.com> 17Signed-off-by: Ross Burton <ross.burton@intel.com>
18Signed-off-by: Valentin Popa <valentin.popa@intel.com>
19---
20 Makefile.am | 2 +-
21 src/Makefile.am | 2 +-
22 2 files changed, 2 insertions(+), 2 deletions(-)
13 23
14diff --git a/Makefile.am b/Makefile.am 24diff --git a/Makefile.am b/Makefile.am
15index 306d7b3..571fe89 100644 25index 99607b0..ecce1f1 100644
16--- a/Makefile.am 26--- a/Makefile.am
17+++ b/Makefile.am 27+++ b/Makefile.am
18@@ -2,7 +2,7 @@ if BUILD_DOCS 28@@ -2,7 +2,7 @@ if BUILD_DOCS
19 doc_subdir = doc 29 doc_subdir = doc
20 endif 30 endif
21 31
22-SUBDIRS = src protocol $(doc_subdir) tests cursor 32-SUBDIRS = protocol src $(doc_subdir) tests cursor
23+SUBDIRS = src protocol $(doc_subdir) 33+SUBDIRS = protocol src $(doc_subdir)
24 34
25 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} 35 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
26 36
27diff --git a/src/Makefile.am b/src/Makefile.am 37diff --git a/src/Makefile.am b/src/Makefile.am
28index e1d04ea..702342e 100644 38index 15f44a5..b938d17 100644
29--- a/src/Makefile.am 39--- a/src/Makefile.am
30+++ b/src/Makefile.am 40+++ b/src/Makefile.am
31@@ -1,4 +1,4 @@ 41@@ -1,4 +1,4 @@
@@ -34,3 +44,6 @@ index e1d04ea..702342e 100644
34 noinst_LTLIBRARIES = libwayland-util.la 44 noinst_LTLIBRARIES = libwayland-util.la
35 45
36 include_HEADERS = \ 46 include_HEADERS = \
47--
481.8.3.2
49