include library dependencies explicitly
This is necessary for more recent versions of Clang, e.g., on Debian unstable.
This commit is contained in:
parent
963e0f1c76
commit
e1b6718c39
1 changed files with 2 additions and 0 deletions
|
@ -90,6 +90,8 @@
|
||||||
'link_settings': {
|
'link_settings': {
|
||||||
'libraries': [
|
'libraries': [
|
||||||
'<(brightray_source_root)/<(libchromiumcontent_library_dir)/libchromiumcontent.so',
|
'<(brightray_source_root)/<(libchromiumcontent_library_dir)/libchromiumcontent.so',
|
||||||
|
'-lpthread',
|
||||||
|
'<!@(pkg-config --libs gtk+-2.0)',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
}],
|
}],
|
||||||
|
|
Loading…
Add table
Reference in a new issue