diff options
Diffstat (limited to 'meta-oe/recipes-graphics/fbida/files/0003-meson.build-do-not-require-xkbcommon.patch')
| -rw-r--r-- | meta-oe/recipes-graphics/fbida/files/0003-meson.build-do-not-require-xkbcommon.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/meta-oe/recipes-graphics/fbida/files/0003-meson.build-do-not-require-xkbcommon.patch b/meta-oe/recipes-graphics/fbida/files/0003-meson.build-do-not-require-xkbcommon.patch deleted file mode 100644 index e769014131..0000000000 --- a/meta-oe/recipes-graphics/fbida/files/0003-meson.build-do-not-require-xkbcommon.patch +++ /dev/null | |||
| @@ -1,27 +0,0 @@ | |||
| 1 | From ec82a194f3454ac203a134c9a99bac6d63095d25 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: "Meyer, Wolfgang" <Wolfgang.Meyer@gossenmetrawatt.com> | ||
| 3 | Date: Fri, 16 Sep 2022 18:29:03 +0200 | ||
| 4 | Subject: [PATCH] meson.build: do not require xkbcommon | ||
| 5 | |||
| 6 | Upstream-Status: Pending | ||
| 7 | Signed-off-by: "Meyer, Wolfgang" <Wolfgang.Meyer@gossenmetrawatt.com> | ||
| 8 | --- | ||
| 9 | meson.build | 2 +- | ||
| 10 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 11 | |||
| 12 | diff --git a/meson.build b/meson.build | ||
| 13 | index 341939c..b5dab14 100644 | ||
| 14 | --- a/meson.build | ||
| 15 | +++ b/meson.build | ||
| 16 | @@ -26,7 +26,7 @@ tiff_dep = dependency('libtiff-4', required: get_option('tiff')) | ||
| 17 | webp_dep = dependency('libwebp', required : get_option('webp')) | ||
| 18 | udev_dep = dependency('libudev') | ||
| 19 | input_dep = dependency('libinput') | ||
| 20 | -xkb_dep = dependency('xkbcommon') | ||
| 21 | +xkb_dep = dependency('xkbcommon', required : false) | ||
| 22 | tsm_dep = dependency('libtsm', required : false) | ||
| 23 | |||
| 24 | # other library deps | ||
| 25 | -- | ||
| 26 | 2.37.3 | ||
| 27 | |||
