From 3ecf6de652901fbd4ce5d1d624dd0c10e298f61f Mon Sep 17 00:00:00 2001 From: Andrew Kaster Date: Wed, 2 Oct 2024 13:29:02 -0600 Subject: [PATCH] LibMedia+Ladybird: Use pkg_check_modules to find pulseaudio --- Ladybird/WebContent/CMakeLists.txt | 5 +---- Meta/CMake/pulseaudio.cmake | 8 ++++++++ Meta/Lagom/CMakeLists.txt | 2 -- Tests/LibMedia/CMakeLists.txt | 4 ---- Userland/Libraries/LibMedia/CMakeLists.txt | 5 +++-- 5 files changed, 12 insertions(+), 12 deletions(-) create mode 100644 Meta/CMake/pulseaudio.cmake diff --git a/Ladybird/WebContent/CMakeLists.txt b/Ladybird/WebContent/CMakeLists.txt index b99a0c8d6b0..aabb83ce0c2 100644 --- a/Ladybird/WebContent/CMakeLists.txt +++ b/Ladybird/WebContent/CMakeLists.txt @@ -1,4 +1,5 @@ include(fontconfig) +include(pulseaudio) set(WEBCONTENT_SOURCE_DIR ${LADYBIRD_SOURCE_DIR}/Userland/Services/WebContent/) @@ -36,10 +37,6 @@ target_include_directories(webcontentservice PUBLIC $