From 327ec4306fb92883c8d98c37a9ee53a71ddd71e9 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 14 Jul 2021 15:45:01 +1000 Subject: [PATCH] INSTALL: link to our CI pipeline for distributions-specific dependencies We know these are up-to-date and they are based off a minimal base system. --- INSTALL.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 23f3c881c..db96b2cc9 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -16,10 +16,10 @@ Generate the build files for Ninja: $ meson setup builddir ``` -If you're using Fedora, you will need to install dbus-devel package: -``` -$ dnf install dbus-devel -``` +For distribution-specific build dependencies, please check our +[CI pipeline](https://gitlab.freedesktop.org/pipewire/pipewire/-/blob/master/.gitlab-ci.yml) +(search for `FDO_DISTRIBUTION_PACKAGES`). Note that some dependencies are +optional and depend on options passed to meson. Once this is done, the next step is to review the build options: