CMake: Fix pkg-config entry "Requires:" for projectM-4-playlist-debug.pc

This commit is contained in:
Sebastian Pipping
2023-02-19 00:36:37 +01:00
committed by Kai Blaschke
parent 51ee60e045
commit 2d370d3235

View File

@ -150,7 +150,7 @@ if(UNIX)
set(PKGCONFIG_PACKAGE_NAME "projectM-4-playlist")
set(PKGCONFIG_PACKAGE_DESCRIPTION "projectM Playlist Library")
set(PKGCONFIG_PACKAGE_REQUIREMENTS_RELEASE "projectM-4")
set(PKGCONFIG_PACKAGE_REQUIREMENTS_DEBUG "libprojectM-debug")
set(PKGCONFIG_PACKAGE_REQUIREMENTS_DEBUG "projectM-4-debug")
generate_pkg_config_files(projectM_playlist projectM-4-playlist)
endif()