mirror of
git://git.yoctoproject.org/meta-freescale.git
synced 2025-10-22 06:42:20 +02:00
pipewire: Simplify gstreamer package config override
Allow the user to more easily override the removal of the gstreamer PACKAGECONFIG. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
This commit is contained in:
parent
06e69dcd39
commit
5687813ed7
|
@ -6,10 +6,13 @@ SYSTEMD_AUTO_ENABLE:imx-nxp-bsp = "disable"
|
|||
|
||||
DEPENDS:append:mx95-nxp-bsp = " libdrm"
|
||||
|
||||
PACKAGECONFIG:remove:mx6-nxp-bsp = "gstreamer"
|
||||
PACKAGECONFIG:remove:mx7-nxp-bsp = "gstreamer"
|
||||
PACKAGECONFIG:remove:mx8-nxp-bsp = "gstreamer"
|
||||
PACKAGECONFIG:remove:mx93-nxp-bsp = "gstreamer"
|
||||
PACKAGECONFIG:remove = "${PACKAGECONFIG_REMOVE}"
|
||||
PACKAGECONFIG_REMOVE ?= ""
|
||||
PACKAGECONFIG_REMOVE:mx6-nxp-bsp ?= "gstreamer"
|
||||
PACKAGECONFIG_REMOVE:mx7-nxp-bsp ?= "gstreamer"
|
||||
PACKAGECONFIG_REMOVE:mx8-nxp-bsp ?= "gstreamer"
|
||||
PACKAGECONFIG_REMOVE:mx93-nxp-bsp ?= "gstreamer"
|
||||
|
||||
PACKAGECONFIG:class-target:append:imx-nxp-bsp = " ${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'bluez-lc3', '', d)}"
|
||||
|
||||
# FIXME: Needs to qualify on PACKAGECONFIG
|
||||
|
|
Loading…
Reference in New Issue
Block a user