hoyon / mpv-mpris

MPRIS plugin for mpv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doesn't build on Debian

shmerl opened this issue · comments

I installed glib dev library which includes gio.h:

sudo apt install libglib2.0-de

It still fails though:

pris.c:1:10: fatal error: gio/gio.h: No such file or directory
    1 | #include <gio/gio.h>

Files went to:

/usr/include/glib-2.0/gio/gio.h
/usr/include/glib-2.0/glib/giochannel.h

Oh, disregard. It wasn't related to gio, I missed installing libmpv-dev.