Replies: 3 comments 1 reply
-
|
if you look at the pkg-config file for SDL2, it lists a number of libraries that need to be linked against also, some of those are dependencies of dependencies |
Beta Was this translation helpful? Give feedback.
-
|
You mean this file? https://github.com/void-linux/void-packages/blob/master/srcpkgs/SDL2/template I understand the need for all these dependencies when building SDL. However if you install the SDL binaries and want to link against them you'll only need the headers (mostly). The dependencies for the build are of no use. Hence my question why all these dependencies come along. |
Beta Was this translation helpful? Give feedback.
-
|
Ah, it installs a static library as well? I missed that. Thanks for pointing it out |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Just out of curiosity. When I want to install the headers for SDL2, why are there so many dependencies?
It seems to me this isn't necessary, right?
Beta Was this translation helpful? Give feedback.
All reactions