diff options
Diffstat (limited to 'meta/recipes-devtools/meson')
-rw-r--r-- | meta/recipes-devtools/meson/meson.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/meson/meson.inc b/meta/recipes-devtools/meson/meson.inc index 2958a2a8de..d365bcd8a3 100644 --- a/meta/recipes-devtools/meson/meson.inc +++ b/meta/recipes-devtools/meson/meson.inc | |||
@@ -32,6 +32,6 @@ UPSTREAM_CHECK_URI = "https://github.com/mesonbuild/meson/releases" | |||
32 | 32 | ||
33 | inherit setuptools3 | 33 | inherit setuptools3 |
34 | 34 | ||
35 | RDEPENDS_${PN} = "ninja python3-core python3-modules" | 35 | RDEPENDS_${PN} = "ninja python3-modules python3-pkg-resources" |
36 | 36 | ||
37 | FILES_${PN} += "${datadir}/polkit-1" | 37 | FILES_${PN} += "${datadir}/polkit-1" |