mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-02-05 03:15:35 +00:00
CMake: Fix pkg-config entry "Requires:" for projectM-4-playlist-debug.pc
This commit is contained in:
committed by
Kai Blaschke
parent
51ee60e045
commit
2d370d3235
@ -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()
|
||||
|
||||
Reference in New Issue
Block a user