-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix not linking to dbus #5
Conversation
5b796b3
to
af7ec66
Compare
It would be nice if makefile honored |
@Erick555 what do you think of building with meson, instead? |
Well, it depends on what is upstream preference. BTW: why prefix=/etc? |
For a default (non-flatpak) system-wide install. |
Nice work, LGTM. I'll tag a new release with this fix in a few hours.
What should it look like? CFLAGS += $(shell pkg-config --libs --cflags dbus-1) be enough? |
The project README says system-wide install path is
Yeah, it should work like that
Maybe like below:
then: |
Would you mind opening a PR with your suggestions? Otherwise I'll do that myself in a few days. |
I'm pretty busy right now so It's possible that I wouldn't find the time before you do 😄 |
No worries! |
I have been wondering why this did not cause problems before but
dbus
is not linked in the shared library.#4 is also happening now for me (new mpv version).