Add missing builddep for pkg-config to Gdk-Pixbuf.#8764
Add missing builddep for pkg-config to Gdk-Pixbuf.#8764boegel merged 5 commits intoeasybuilders:3.9.xfrom
Conversation
Also move GObject-Introspection to builddeps where appropriate.
|
Test report by @boegel |
|
@akesandgren Can we avoid that requirement? |
|
Don't know. I'll try to get to test building of it soon. |
|
Doesn't look like it. But shared-mime-info is something we should probably have as an osdep. There's just so much on a system that depends on it... I wonder how these worked in the first place since missing pkg-config causes them to basically fail at configure_step, all of them... |
|
Hmm, we actually have I'll check on it again, it shouldn't have failed (and yeah, I guess we should include |
|
Or we build our own, it's a simple |
|
The problem with that is that it might make things point for mime to the EB tree only, and stuff won't see OS installed stuff. There's no clear and obvious path forward here that I can see. |
|
@akesandgren I just looked into the issue with
But in this particular case, the The funny part is that both preconfigopts = "export SHARED_MIME_INFO_LIBS=' ' SHARED_MIME_INFO_CFLAGS=' ' && "Thoughts on including this too, perhaps even consistently across all these easyconfigs (even though only |
|
All versions of 2.36 from .8, at least, and forward that i've looked at tries to find shared-mime-info. SO for those it does make sense. I can take a look at that in a while. |
…uf-2.36.8-intel-2017a.eb
|
@akesandgren fixed with akesandgren#11 |
…-config avoid relying on pkg-config to check for shared-mime-info in Gdk-Pixb…
|
Test report by @boegel |
|
Going in, thanks @akesandgren! |
Also move GObject-Introspection to builddeps where appropriate.