Skip to content

Commit

Permalink
multimedia/pipewire: unbreak with --auto-features=enabled
Browse files Browse the repository at this point in the history
meson.build:277:0: ERROR: Dependency "avahi-client" not found, tried pkgconfig
meson.build:285:0: ERROR: Dependency "xfixes" not found, tried pkgconfig and cmake
meson.build:288:0: ERROR: Dependency "libcanberra" not found, tried pkgconfig and cmake
meson.build:380:0: ERROR: Dependency "lilv-0" not found, tried pkgconfig and cmake
spa/meson.build:81:2: ERROR: Dependency "libcamera" not found, tried pkgconfig and cmake
spa/plugins/meson.build:4:120: ERROR: Feature avb cannot be enabled: AVB support is only available on Linux
subprojects/media-session/meson.build:68:0: ERROR: Dependency "systemd" not found, tried pkgconfig and cmake
src/modules/meson.build:497:0: ERROR: C header 'roc/config.h' not found

PR:		270361
  • Loading branch information
jbeich committed Mar 20, 2023
1 parent 396083d commit 1821334
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion multimedia/pipewire/Makefile
Expand Up @@ -46,7 +46,7 @@ MEDIASESSION_MESON_ENABLED= alsa pipewire-alsa
MEDIASESSION_MESON_ON= -Dsession-managers=media-session
MEDIASESSION_MESON_OFF= -Dsession-managers=''

PULSEAUDIO_MESON_ENABLED= libpulse
PULSEAUDIO_MESON_ENABLED= avahi libpulse
PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio \
libavahi-common.so:net/avahi-app \
libavahi-client.so:net/avahi-app
Expand All @@ -65,9 +65,16 @@ MEDIA_SESSION_VERSION= 0.4.1
MESON_ARGS= -D pw-cat=enabled \
-D v4l2=enabled \
-D raop=enabled \
-D avb=disabled \
-D bluez5=disabled \
-D jack=disabled \
-D libcamera=disabled \
-D libcanberra=disabled \
-D lv2=disabled \
-D media-session:systemd=disabled \
-D roc=disabled \
-D systemd=disabled \
-D x11-xfixes=disabled \
-D pipewire-v4l2=disabled \
-D udevrulesdir="${LOCALBASE}/lib/udev/rules.d"

Expand Down

0 comments on commit 1821334

Please sign in to comment.