summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/wayland/weston/0005-Enable-GAL2D-compositor-in-SoloLite.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-graphics/wayland/weston/0005-Enable-GAL2D-compositor-in-SoloLite.patch')
-rw-r--r--recipes-graphics/wayland/weston/0005-Enable-GAL2D-compositor-in-SoloLite.patch36
1 files changed, 36 insertions, 0 deletions
diff --git a/recipes-graphics/wayland/weston/0005-Enable-GAL2D-compositor-in-SoloLite.patch b/recipes-graphics/wayland/weston/0005-Enable-GAL2D-compositor-in-SoloLite.patch
new file mode 100644
index 0000000..cf08900
--- /dev/null
+++ b/recipes-graphics/wayland/weston/0005-Enable-GAL2D-compositor-in-SoloLite.patch
@@ -0,0 +1,36 @@
1From 1eea925312fb7e1bc1cf42e001069cbac887b128 Mon Sep 17 00:00:00 2001
2From: Yong Gan <b45748@freescale.com>
3Date: Wed, 2 Jul 2014 11:27:26 +0800
4Subject: [PATCH] ENGR00320243 Enable GAL2D compositor in SoloLite
5
6Build gal2d-renderer.so when EGL was not enabled.
7
8Date: Jul 02, 2014
9Signed-off-by Yong Gan <yong.gan@freescale.com>
10---
11 Makefile.am | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14diff --git a/Makefile.am b/Makefile.am
15index 2bccfe9..42148b1 100644
16--- a/Makefile.am
17+++ b/Makefile.am
18@@ -162,6 +162,7 @@ gl_renderer_la_SOURCES = \
19 src/gl-renderer.c \
20 src/vertex-clipping.c \
21 src/vertex-clipping.h
22+endif
23
24 module_LTLIBRARIES += gal2d-renderer.la
25 gal2d_renderer_la_LDFLAGS = -module -avoid-version
26@@ -175,7 +176,6 @@ gal2d_renderer_la_SOURCES = \
27 src/gal2d-renderer.c \
28 src/vertex-clipping.c \
29 src/vertex-clipping.h
30-endif
31
32 if ENABLE_X11_COMPOSITOR
33 module_LTLIBRARIES += x11-backend.la
34--
351.7.9.5
36