mirror of
https://github.com/libretro/RetroArch.git
synced 2026-01-09 06:34:03 +08:00
On systems where pipewire is installed but the build is configured with --disable-pipewire, HAVE_PIPEWIRE_STABLE is set to 1 while HAVE_PIPEWIRE is 0. Checking only HAVE_PIPEWIRE_STABLE leads to a build failure. ``` LD retroarch /usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../x86_64-pc-linux-gnu/bin/ld: obj-unix/release/camera/camera_driver.o:(.data.rel+0x0): undefined reference to `camera_pipewire' collect2: error: ld returned 1 exit status ``` Downstream Bug: https://bugs.gentoo.org/960043