diff options
Diffstat (limited to 'meta-oe/recipes-graphics/fbida/files/0001-meson.build-install-fbgs-shell-script.patch')
-rw-r--r-- | meta-oe/recipes-graphics/fbida/files/0001-meson.build-install-fbgs-shell-script.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/fbida/files/0001-meson.build-install-fbgs-shell-script.patch b/meta-oe/recipes-graphics/fbida/files/0001-meson.build-install-fbgs-shell-script.patch new file mode 100644 index 0000000000..06ec5dfd81 --- /dev/null +++ b/meta-oe/recipes-graphics/fbida/files/0001-meson.build-install-fbgs-shell-script.patch | |||
@@ -0,0 +1,26 @@ | |||
1 | From f9c455e81ad4d870c8ae20b9af8598139231ad26 Mon Sep 17 00:00:00 2001 | ||
2 | From: "Meyer, Wolfgang" <Wolfgang.Meyer@gossenmetrawatt.com> | ||
3 | Date: Fri, 9 Sep 2022 09:32:22 +0200 | ||
4 | Subject: [PATCH] meson.build: install fbgs shell script | ||
5 | |||
6 | --- | ||
7 | meson.build | 3 +++ | ||
8 | 1 file changed, 3 insertions(+) | ||
9 | |||
10 | diff --git a/meson.build b/meson.build | ||
11 | index cbed982..2129896 100644 | ||
12 | --- a/meson.build | ||
13 | +++ b/meson.build | ||
14 | @@ -124,6 +124,9 @@ executable('fbpdf', | ||
15 | sources : fbpdf_srcs, | ||
16 | dependencies : fbpdf_deps, | ||
17 | install : true) | ||
18 | +install_data('fbgs', | ||
19 | + install_dir : get_option('bindir'), | ||
20 | + install_mode : 'rwxr--r--') | ||
21 | |||
22 | # build kbdtest | ||
23 | executable('kbdtest', | ||
24 | -- | ||
25 | 2.37.3 | ||
26 | |||