Andrew Geissler | 90fd73c | 2021-03-05 15:25:55 -0600 | [diff] [blame] | 1 | Don't encode the distro from /etc/os-release into the binaries. |
| 2 | |
| 3 | Upstream-Status: Pending |
| 4 | RP 2021/2/26 |
| 5 | |
| 6 | Index: epiphany-3.38.2/meson.build |
| 7 | =================================================================== |
| 8 | --- epiphany-3.38.2.orig/meson.build |
| 9 | +++ epiphany-3.38.2/meson.build |
| 10 | @@ -15,6 +15,7 @@ if r.returncode() == 0 |
| 11 | else |
| 12 | distributor_name = 'GNOME Web' |
| 13 | endif |
| 14 | +distributor_name = 'OpenEmbedded' |
| 15 | |
| 16 | prefix = get_option('prefix') |
| 17 | datadir = join_paths(prefix, get_option('datadir')) |