diff options
| author | Wolfgang Meyer <Wolfgang.Meyer@gossenmetrawatt.com> | 2022-09-08 11:51:36 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-07-03 11:34:36 -0700 |
| commit | b0c8cb29a14b43effe2595df40a40d8a188622d2 (patch) | |
| tree | 1e48b903fe799012891aa0635ac40839f6194de2 /meta-oe/recipes-graphics/fbida/files/cairo-weak-detect.patch | |
| parent | 3990b23ec73771917e13ee648c3173b5cbe46b6a (diff) | |
| download | meta-openembedded-b0c8cb29a14b43effe2595df40a40d8a188622d2.tar.gz | |
fbida: Switch to git fetcher
fbida has not seen any versioned releases for five years even though development
has not stalled. Update to latest commit that builds with the legacy gnumake
style build system ([2019-01-24] ac9005bf0).
Support for lirc, curl, sane, and cairo-gl has been dropped, the corresponding
packageconfigs and dependencies were removed from the recipe. Dependencies to
libinput and udev have been added.
Signed-off-by: Wolfgang Meyer <Wolfgang.Meyer@gossenmetrawatt.com>
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
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) | ||
