package/polkit: switch to meson-package
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Mon, 30 Aug 2021 21:50:32 +0000 (23:50 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Sat, 11 Sep 2021 16:15:55 +0000 (18:15 +0200)
commit1db13226394ff7e6f5e7ca643e275f35d6c633bb
tree423f1138d87b476ba1a738784fd8b2d041757daf
parent3245874961152628877d1fb8cd14406aa4c8bd6a
package/polkit: switch to meson-package

Switch to meson-package to fix the following build failure raised since
bump of gobject-introspection to version 1.68.0 in commit
abc110e3624aa4e8a9bd8595b3fdc0aec60845e0:

Could not find GIR file 'Gio-2.0.gir'; check XDG_DATA_DIRS or use --includedir
error parsing file Polkit-1.0.gir: Failed to parse included gir Gio-2.0
If the above error message is about missing .so libraries, then setting up GIR_EXTRA_LIBS_PATH in the .mk file should help.
Typically like this: PKG_MAKE_ENV += GIR_EXTRA_LIBS_PATH="$(@D)/.libs"

Fixes:
 - http://autobuild.buildroot.org/results/26bcb21900b403db690d6005dbef0a76ff494d6c

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/polkit/0002-Improve-meson_post_install-script.patch [new file with mode: 0644]
package/polkit/Config.in
package/polkit/polkit.mk