Skip to content

Commit 2d370d3

Browse files
hartworkkblaschke
authored andcommitted
CMake: Fix pkg-config entry "Requires:" for projectM-4-playlist-debug.pc
1 parent 51ee60e commit 2d370d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/playlist/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ if(UNIX)
150150
set(PKGCONFIG_PACKAGE_NAME "projectM-4-playlist")
151151
set(PKGCONFIG_PACKAGE_DESCRIPTION "projectM Playlist Library")
152152
set(PKGCONFIG_PACKAGE_REQUIREMENTS_RELEASE "projectM-4")
153-
set(PKGCONFIG_PACKAGE_REQUIREMENTS_DEBUG "libprojectM-debug")
153+
set(PKGCONFIG_PACKAGE_REQUIREMENTS_DEBUG "projectM-4-debug")
154154

155155
generate_pkg_config_files(projectM_playlist projectM-4-playlist)
156156
endif()

0 commit comments

Comments
 (0)