On Wed, Feb 1, 2017 at 10:31 PM, Leviathanone <[email protected]> wrote:
> Despite installing mozjs successfully, i received the following error when > trying to compile polkit, which had mozjs as a dependency: > > configure error: could not find mosjs185 or mozjs-17.0 > > I was using the internal mozjs recipe > > There were two issues. First, MozJS had to be built with JS_STANDALONE=no (otherwise we ended up with broken directory names on $target/include). Second, Polkit was looking for a file named mozjs-17.0.pc under lib/pkgconfig (whereas the default installation ships a file named mozjs.pc). I've fixed both problems and submitted a new recipe (along with a binary package) to the store. I've also pushed a new revision of Polkit (and a binary package too). Lucas
_______________________________________________ gobolinux-users mailing list [email protected] http://lists.gobolinux.org/mailman/listinfo/gobolinux-users
