summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/fbida/files
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-graphics/fbida/files')
-rw-r--r--meta-oe/recipes-graphics/fbida/files/cairo-weak-detect.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/meta-oe/recipes-graphics/fbida/files/cairo-weak-detect.patch b/meta-oe/recipes-graphics/fbida/files/cairo-weak-detect.patch
deleted file mode 100644
index c7c579cc41..0000000000
--- a/meta-oe/recipes-graphics/fbida/files/cairo-weak-detect.patch
+++ /dev/null
@@ -1,17 +0,0 @@
1OE configures cairo to disable EGL support, however fbida expects cairo with egl support
2this patch therefore makes it possible to set HAVE_CAIRO_GL via recipe
3
4Upstream-Status: Inappropriate [OE-Specific]
5Signed-off-by: Khem Raj <raj.khem@gmail.com>
6
7--- a/GNUmakefile
8+++ b/GNUmakefile
9@@ -67,7 +67,7 @@ define make-config
10 LIB := $(LIB)
11 RESDIR := $(call ac_resdir)
12 HAVE_LINUX_FB_H := $(call ac_header,linux/fb.h)
13-HAVE_CAIRO_GL := $(call ac_pkg_config,cairo-gl)
14+HAVE_CAIRO_GL ?= $(call ac_pkg_config,cairo-gl)
15 HAVE_LIBPCD := $(call ac_lib,pcd_open,pcd)
16 HAVE_LIBGIF := $(call ac_lib,DGifOpenFileName,gif)
17 HAVE_LIBWEBP := $(call ac_pkg_config,libwebp)