Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Children Display

Table of Contents


Introduction

This page is dedicated to bring up Pipewire(0.3.23->0.3.50) upgradation for RDK generic camera image.


Errors and Challenges

S.NoErrors/ChallengesSolution
1meson.build:1:0: ERROR: Meson version is 0.53.2 but project requires >= 0.59.0Modified meson version from 0.59.0 to 0.49.0 in meson.build
2meson.build:1:0: ERROR: Value "true" for combo option is not one of the choices. Possible choices are: "enabled", "disabled", "auto".

Modified below details in meson_option.txt files

type → Feature to boolean

value → Disabled to false, Enabled to true, Auto to True

3meson.build:238:9: ERROR: Unknown method "project_build_root" in object.Modified project_build_root into build_root in meson.build file
4meson.build:239:9: ERROR: Unknown method "project_source_root" in object.Modified project_source_root into source_root in meson.build file
5meson.build:259:0: ERROR: Dependency "sdl2" not found, tried pkgconfig and config-toolDisabled sdl2 in meson_option.txt
6meson.build:273:0: ERROR: Dependency "libpulse" not found, tried pkgconfigDisabled libpulse in meson_option.txt
7meson.build:275:0: ERROR: Dependency "avahi-client" not found, tried pkgconfigDisabled avahi in meson_option.txt
8meson.build:279:0: ERROR: Dependency "x11-xcb" not found, tried pkgconfigDisabled x11 in meson_option.txt
9meson.build:283:0: ERROR: Dependency "xfixes" not found, tried pkgconfigDisabled x11-xfixes in meson_option.txt
10meson.build:286:0: ERROR: Dependency "libcanberra" not found, tried pkgconfigDisabled libcanberra in meson_option.txt
11meson.build:290:0: ERROR: Dependency "libusb-1.0" not found, tried pkgconfigDisabled libusb in meson_option.txtb
12meson.build:330:6: ERROR: Unknown method "allowed" for a boolean.Removed allowed() method in meson.build
13meson.build:332:0: ERROR: Dependency "webrtc-audio-processing" not found, tried pkgconfigDisabled echo-cancel-webrtc in meson_option.txt
14meson.build:354:0: ERROR: Unknown method "enabled" for a boolean.Removed enabled object in meson.build
15