diff options
| author | Khem Raj <raj.khem@gmail.com> | 2021-10-12 10:30:49 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-10-14 07:16:58 -0700 |
| commit | e6392aed4c82c94fdbe5f87d3880fcebe2c327c3 (patch) | |
| tree | 0e2388eba1729a8fc98877064c955640e09d028f | |
| parent | c5e89108ee534468bfe990b71d9323143f89c4ff (diff) | |
| download | meta-openembedded-e6392aed4c82c94fdbe5f87d3880fcebe2c327c3.tar.gz | |
gjs: Inherit pkgconfig
Fixes
configure: error: Package requirements (glib-2.0 >= 2.58.0 gobject-2.0 >= 2.58.0 gio-2.0 >= 2.58.0 gobject-introspection-1.0 libffi gthread-2.0 gio-2.0 >= 2.58.0 mozjs-60) were not met:
No package 'mozjs-60' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-gnome/recipes-gnome/gjs/gjs_1.58.8.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gjs/gjs_1.58.8.bb b/meta-gnome/recipes-gnome/gjs/gjs_1.58.8.bb index ccac08d060..096e277bb4 100644 --- a/meta-gnome/recipes-gnome/gjs/gjs_1.58.8.bb +++ b/meta-gnome/recipes-gnome/gjs/gjs_1.58.8.bb | |||
| @@ -9,7 +9,7 @@ GNOMEBASEBUILDCLASS = "autotools" | |||
| 9 | 9 | ||
| 10 | DEPENDS = "mozjs gtk+3" | 10 | DEPENDS = "mozjs gtk+3" |
| 11 | 11 | ||
| 12 | inherit gnomebase gsettings gobject-introspection vala gettext features_check upstream-version-is-even | 12 | inherit gnomebase gsettings gobject-introspection vala gettext features_check upstream-version-is-even pkgconfig |
| 13 | 13 | ||
| 14 | SRC_URI[archive.sha256sum] = "7fb3eb746c17363d9ee47f4a5d0bb048f0075611763eb0da11d85e0e57aff381" | 14 | SRC_URI[archive.sha256sum] = "7fb3eb746c17363d9ee47f4a5d0bb048f0075611763eb0da11d85e0e57aff381" |
| 15 | SRC_URI += "file://0001-Disable-tests-on-host.patch \ | 15 | SRC_URI += "file://0001-Disable-tests-on-host.patch \ |
