blob: c7c579cc41a0d050ec8a7785ceba227f7378ec46 [file] [log] [blame]
Andrew Geisslerbffdb3e2020-08-21 16:13:29 -05001OE 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)