mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
dbus: rework PKG_DEPENDS, replace and merge PKG_BUILD_DEPENDS_* with PKG_DEPENDS_*
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
18a507ba24
commit
adf9cf2d51
@ -23,10 +23,9 @@ PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://dbus.freedesktop.org"
|
||||
PKG_URL="http://dbus.freedesktop.org/releases/$PKG_NAME/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||
PKG_DEPENDS="expat"
|
||||
PKG_BUILD_DEPENDS_TARGET="toolchain expat systemd"
|
||||
PKG_BUILD_DEPENDS_HOST="toolchain expat:host"
|
||||
PKG_BUILD_DEPENDS_BOOTSTRAP="toolchain expat"
|
||||
PKG_DEPENDS_HOST="expat:host"
|
||||
PKG_DEPENDS_TARGET="toolchain expat systemd"
|
||||
PKG_DEPENDS_BOOTSTRAP="toolchain expat"
|
||||
PKG_PRIORITY="required"
|
||||
PKG_SECTION="system"
|
||||
PKG_SHORTDESC="dbus: simple interprocess messaging system"
|
||||
|
Loading…
x
Reference in New Issue
Block a user