We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51ee60e commit 2d370d3Copy full SHA for 2d370d3
src/playlist/CMakeLists.txt
@@ -150,7 +150,7 @@ if(UNIX)
150
set(PKGCONFIG_PACKAGE_NAME "projectM-4-playlist")
151
set(PKGCONFIG_PACKAGE_DESCRIPTION "projectM Playlist Library")
152
set(PKGCONFIG_PACKAGE_REQUIREMENTS_RELEASE "projectM-4")
153
- set(PKGCONFIG_PACKAGE_REQUIREMENTS_DEBUG "libprojectM-debug")
+ set(PKGCONFIG_PACKAGE_REQUIREMENTS_DEBUG "projectM-4-debug")
154
155
generate_pkg_config_files(projectM_playlist projectM-4-playlist)
156
endif()
0 commit comments