Created attachment 56834 [details] [review] Fix librest detection The attached patch fixes the error in android platforms where librest does not get the version number attached to .pc file name
I would say this is a bug in librest's android build. rest.pc and rest-0.7.pc are copies of the same file. What are the chances we can fix this in librest?
Chances are slim, because it is not a bug. In other platforms, the .pc name is modified when installed, but in Android it is not installed, and the file is read from the location where it is first generated. That's why the name does not get modified.
I'll try to get a patch into librest. Are we using master or a release?
Fixed in librest master.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.