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:
Zelan Zou 2024-08-02 22:36:15 +09:00
parent b0bd62a715
commit 5478892c6e
3 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"