mirror of
https://github.com/nxp-imx/meta-imx.git
synced 2026-01-27 11:32:16 +01:00
v4l-utils/pulseaudio/pipewire: Replace += to append
append syntax can according to the conditiond added Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
This commit is contained in:
parent
b0bd62a715
commit
5478892c6e
|
|
@ -1,5 +1,5 @@
|
|||
# Disable pipewire-v4l2 on 32-bit to avoid Y2038 bug
|
||||
PACKAGECONFIG += "${PACKAGECONFIG_PIPEWIRE_V4L2}"
|
||||
PACKAGECONFIG:append = " ${PACKAGECONFIG_PIPEWIRE_V4L2}"
|
||||
PACKAGECONFIG_PIPEWIRE_V4L2 = "pipewire-v4l2"
|
||||
PACKAGECONFIG_PIPEWIRE_V4L2:arm:imx-nxp-bsp = ""
|
||||
PACKAGECONFIG[pipewire-v4l2] = "-Dpipewire-v4l2=enabled,-Dpipewire-v4l2=disabled"
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ EXTRA_OEMESON += "-Denable-smoother-2=false"
|
|||
PACKAGE_ARCH:mx9-nxp-bsp = "${MACHINE_SOCARCH}"
|
||||
|
||||
# Disable oss-output on 32-bit to avoid Y2038 bug
|
||||
PACKAGECONFIG += "${PACKAGECONFIG_OSS}"
|
||||
PACKAGECONFIG:append = " ${PACKAGECONFIG_OSS}"
|
||||
PACKAGECONFIG_OSS = "oss-output"
|
||||
PACKAGECONFIG_OSS:arm:imx-nxp-bsp = ""
|
||||
PACKAGECONFIG[oss-output] = "-Doss-output=enabled,-Doss-output=disabled"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# Disable v4l-wrappers on 32-bit to avoid Y2038 bug
|
||||
PACKAGECONFIG += "${PACKAGECONFIG_V4L2_WRAP}"
|
||||
PACKAGECONFIG:append = " ${PACKAGECONFIG_V4L2_WRAP}"
|
||||
PACKAGECONFIG_V4L2_WRAP = "v4l-wrappers"
|
||||
PACKAGECONFIG_V4L2_WRAP:arm:imx-nxp-bsp = ""
|
||||
PACKAGECONFIG[v4l-wrappers] = "-Dv4l-wrappers=true,-Dv4l-wrappers=false"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user