Waf does not honour pkg-config settings when cross-compiling
Bug #1188587 reported by
Paweł Forysiuk
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Midori Web Browser |
Won't Fix
|
Undecided
|
Unassigned |
Bug Description
When cross compiling prefixed pkg-config program should be used for example i686-w64-
114: wscript
conf.check_tool ('vala')
in .waf-1.
call pkg-config implicitly when checking for gobject and gthread
thus prepending native paths to includes, which in turn breaks the build.
Current workaround is to user PKG_CONFIG_LIBDIR env variable which is honoured with internal check vala tool.
Proper way is to use prefixed pkg-config everywhere.
Changed in midori: | |
status: | New → Confirmed |
To post a comment you must log in.
Attached patch is WIP (assumes cross compilation) and does not fix the issue with internal checks