On Fri, 29 Apr 2016 03:05:08 -0400 Leo Famulari <l...@famulari.name> wrote:
> 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. Looking deeper into the issue, it seems that it's only the mpris2 plugin that can't see the given gstreamer header file. Other pieces of the build are fine. I am not sure what to do with this.