Merge revision 1243 changes:
- Linux: Update binary distrib to execute pkg-config as part of the make configuration. git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1364@1245 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
parent
a7f07a8c9d
commit
3bf60bf7cc
|
@ -318,15 +318,15 @@
|
||||||
},
|
},
|
||||||
'direct_dependent_settings': {
|
'direct_dependent_settings': {
|
||||||
'cflags': [
|
'cflags': [
|
||||||
'<!@(<(pkg-config) --cflags <(gtk_packages))',
|
'$(shell <(pkg-config) --cflags <(gtk_packages))',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
'link_settings': {
|
'link_settings': {
|
||||||
'ldflags': [
|
'ldflags': [
|
||||||
'<!@(<(pkg-config) --libs-only-L --libs-only-other <(gtk_packages))',
|
'$(shell <(pkg-config) --libs-only-L --libs-only-other <(gtk_packages))',
|
||||||
],
|
],
|
||||||
'libraries': [
|
'libraries': [
|
||||||
'<!@(<(pkg-config) --libs-only-l <(gtk_packages))',
|
'$(shell <(pkg-config) --libs-only-l <(gtk_packages))',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue