git: 1650b15eae33 - main - multimedia/pipewire: Fix my previous commit
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 18 May 2024 07:23:49 UTC
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=1650b15eae3327855db38552a5fd8fbd092e4e65 commit 1650b15eae3327855db38552a5fd8fbd092e4e65 Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2024-05-18 07:22:53 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2024-05-18 07:22:53 +0000 multimedia/pipewire: Fix my previous commit PR: 278992 Pointy hat to: arrowd --- multimedia/pipewire/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/multimedia/pipewire/Makefile b/multimedia/pipewire/Makefile index 9f5a803037d6..ebb65c79263e 100644 --- a/multimedia/pipewire/Makefile +++ b/multimedia/pipewire/Makefile @@ -78,6 +78,7 @@ MESON_ARGS= -D pw-cat=enabled \ -D man=disabled \ -D libcamera=disabled \ -D roc=disabled \ + -D sdl2=disabled \ -D selinux=disabled \ -D systemd=disabled \ -D pipewire-v4l2=disabled \