Skip to content

Remove OpenGL requirement from pkg-config file - #1019

Open
complexlogic wants to merge 1 commit into
projectM-visualizer:masterfrom
complexlogic:pkg-config
Open

Remove OpenGL requirement from pkg-config file#1019
complexlogic wants to merge 1 commit into
projectM-visualizer:masterfrom
complexlogic:pkg-config

Conversation

@complexlogic

Copy link
Copy Markdown

The current .pc file generated by CMake includes Requires: opengl. Using pkg-config to find ProjectM fails on Mac because opengl.pc doesn't exist. Since #973, there is no longer any compile time dependency on OpenGL for Linux/Mac, so this line can simply be removed. The Requires: list is now empty in the generated .pc file, which is acceptable per spec, and pkg-config now works on Mac (tested on 26.5 Tahoe).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant