mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 21:56:42 +00:00
polkit: update to 126
This commit is contained in:
parent
bc7c88366f
commit
b973cbe0cf
@ -2,15 +2,16 @@
|
||||
# Copyright (C) 2023-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="polkit"
|
||||
PKG_VERSION="124"
|
||||
PKG_SHA256="a4693bb00a8eaa6fbf766b9771dd9e1e11343678dee7e14539b9d6a808f00166"
|
||||
PKG_VERSION="126"
|
||||
PKG_SHA256="2814a7281989f6baa9e57bd33bbc5e148827e2721ccef22aaf28ab2b376068e8"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="https://www.freedesktop.org/software/polkit/docs/latest/"
|
||||
PKG_URL="https://gitlab.freedesktop.org/polkit/polkit/-/archive/${PKG_VERSION}/polkit-${PKG_VERSION}.tar.bz2"
|
||||
PKG_DEPENDS_TARGET="toolchain expat glib"
|
||||
PKG_SITE="https://polkit.pages.freedesktop.org/polkit"
|
||||
PKG_URL="https://github.com/polkit-org/polkit/archive/${PKG_VERSION}.tar.gz"
|
||||
PKG_DEPENDS_TARGET="toolchain expat glib systemd"
|
||||
PKG_LONGDESC="polkit provides an authorization API intended to be used by privileged programs offering service to unprivileged programs"
|
||||
PKG_BUILD_FLAGS="-sysroot"
|
||||
|
||||
PKG_MESON_OPTS_TARGET="-Dauthfw=shadow \
|
||||
-Dsession_tracking=logind \
|
||||
-Dlibs-only=true \
|
||||
-Dintrospection=false"
|
||||
|
Loading…
x
Reference in New Issue
Block a user