Skip to content

Fix installed pkgconfig file using wrong linker argument - #15

Merged
kblaschke merged 1 commit into
projectM-visualizer:masterfrom
kblaschke:fix-pkgconfig-files
Aug 17, 2026
Merged

Fix installed pkgconfig file using wrong linker argument#15
kblaschke merged 1 commit into
projectM-visualizer:masterfrom
kblaschke:fix-pkgconfig-files

Conversation

@kblaschke

Copy link
Copy Markdown
Member

for some unknown reason I used "-l:" in the .pc files while it should just be "-l". This would prevent project-eval from being linked in projects using pkgconfig.

@kblaschke kblaschke self-assigned this Dec 2, 2025
@kblaschke kblaschke added the bug Something isn't working label Dec 2, 2025
@kblaschke

Copy link
Copy Markdown
Member Author

Thanks for the reviews! I'll merge this when I'm back home. Since not too many people are using pkgconfig, there's no real urgency.

for some unknown reason I used "-l:<lib>" in the .pc files while it should just be "-l<lib>". This would prevent project-eval from being linked in projects using pkgconfig.
@kblaschke
kblaschke force-pushed the fix-pkgconfig-files branch from 332e351 to 8522613 Compare August 17, 2026 08:17
@kblaschke
kblaschke merged commit 8522613 into projectM-visualizer:master Aug 17, 2026
5 checks passed
@kblaschke
kblaschke deleted the fix-pkgconfig-files branch August 17, 2026 08:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants