On Sun, Apr 17, 2016 at 11:14:00AM -0400, Kei Yamashita wrote: > I've disabled the mpris2 plugin because parole will fail to build, > citing a missing gst/tag/tag.h header file (even though it exists in > gst-plugins-base's include folder). If I someone knows a way that > wouldn't require me to disable the mpris2 plugin, please share.
`./configure --help` lists the environment variables you can use to name "non-standard" locations for headers and libraries. Could you try using one of those (probably CFLAGS)? If you grep in 'gnu/packages/ for -I or CFLAGS, you will find some good examples.