Bug 91691

Summary: Missing "gl.pc" file while using Scons for cross-compiling
Product: Mesa Reporter: YuGiOhJCJ <yugiohjcj>
Component: OtherAssignee: mesa-dev
Status: RESOLVED WONTFIX QA Contact: mesa-dev
Severity: normal    
Priority: medium CC: yugiohjcj
Version: 9.1   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description YuGiOhJCJ 2015-08-19 16:54:58 UTC
Hello,

I remark that when I cross compile mesa (linux -> windows), I do not have the "gl.pc" file useful for pkg-config.
It is probably because I am using "scons" to build mesa for windows whereas I am using "autotools" to build mesa for linux.
The building process is not the same in both case.

Is there a way to generate the "gl.pc" file when I use scons to build mesa or I need to create it manually?

Thank you.
Best regards.
Comment 1 Emil Velikov 2015-08-20 17:21:40 UTC
Unfortunately scons does not produce any .pc files, not just gl.pc. It is fixable, but I don't have any plans on tackling it. Patches welcome though :)

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.