diff options
Diffstat (limited to 'meta-oe/recipes-graphics/fbida/files/cairo-weak-detect.patch')
| -rw-r--r-- | meta-oe/recipes-graphics/fbida/files/cairo-weak-detect.patch | 17 |
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 @@ | |||
| 1 | OE configures cairo to disable EGL support, however fbida expects cairo with egl support | ||
| 2 | this patch therefore makes it possible to set HAVE_CAIRO_GL via recipe | ||
| 3 | |||
| 4 | Upstream-Status: Inappropriate [OE-Specific] | ||
| 5 | Signed-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) | ||
