Skip to content

Commit

Permalink
fix for issue #1268: Pipewire's Jack implementation not found (#1269)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrolcl committed Aug 19, 2023
1 parent bf037ce commit 6721e92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake_admin/FindJack.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Imported Targets

This module provides the following imported targets, if found:

``Jack::libJack``
``Jack::Jack``
The Jack library

Result Variables
Expand All @@ -35,7 +35,7 @@ find_path(
find_library(
Jack_LIBRARY
NAMES "jack"
HINTS "${PC_JACK_LIBDIR}")
HINTS "${PC_JACK_LIBDIR}" "${PC_JACK_LIBRARY_DIRS}")

# Handle transitive dependencies
if(PC_JACK_FOUND)
Expand Down

0 comments on commit 6721e92

Please sign in to comment.