mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
84d6e138cb
This commit removes the need to fix polkit permissions: https://git.openembedded.org/meta-openembedded/commit/?h=master-next&id=d5e90541f8e35916abc930b2da6de037b23d51a1 That allows to do some cleanup Signed-off-by: Khem Raj <raj.khem@gmail.com>
36 lines
784 B
BlitzBasic
36 lines
784 B
BlitzBasic
SUMMARY = "malcontent implements support for restricting the type of content."
|
|
HOMEPAGE = "https://gitlab.freedesktop.org/pwithnall/malcontent"
|
|
LICENSE = "LGPL-2.1-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
|
|
|
|
require malcontent.inc
|
|
|
|
DEPENDS = " \
|
|
accountsservice \
|
|
glib-2.0 \
|
|
glib-testing \
|
|
dbus \
|
|
itstool-native \
|
|
libpam \
|
|
polkit \
|
|
"
|
|
|
|
GIR_MESON_OPTION = ""
|
|
|
|
inherit meson pkgconfig gobject-introspection gettext features_check
|
|
|
|
REQUIRED_DISTRO_FEATURES = "pam polkit gobject-introspection"
|
|
|
|
PACKAGECONFIG ?= "ui"
|
|
PACKAGECONFIG[ui] = ",,,malcontent-ui"
|
|
|
|
EXTRA_OEMESON = "-Dui=disabled"
|
|
|
|
FILES:${PN} += " \
|
|
${libdir}/security/pam_malcontent.so \
|
|
${datadir}/accountsservice \
|
|
${datadir}/help \
|
|
${datadir}/dbus-1 \
|
|
${datadir}/polkit-1 \
|
|
"
|