Bump pkg-config-rs dependency to 0.3.26#335
Bump pkg-config-rs dependency to 0.3.26#335LeonMatthesKDAB wants to merge 1 commit intoKDAB:mainfrom
Conversation
|
|
||
| [dependencies] | ||
| versions = "4.1.0" | ||
| pkg-config = { git = "https://github.com/Be-ing/pkg-config-rs.git", branch = "library_pub" } |
There was a problem hiding this comment.
this won't work as it still requires vendoring of some private methods, but now that upstream has stabilised what we are going to use we can implement this.
There was a problem hiding this comment.
Ah, alright, I thought the changes linked in the pkg-config-rs PR were enough for our purposes 🤔
There was a problem hiding this comment.
I will work on decoupling the required code from pkg-config's structs this week.
There was a problem hiding this comment.
For context: I initially tried to use pkg-config, but Qt6 doesn't ship .pc files for static builds yet. Also, using pkg-config would require somehow getting the pkg-config executable on Windows. Instead, we're parsing the .prl files which are used by qmake.
|
Superseded by #337 |
Pull request was closed
Fixes: rust-lang/pkg-config-rs#134
Closes #304