3056bdd236
The Ubuntu package needed is libpoppler-cpp-dev. iconv and fontconfig were only used as Poppler dependencies. bson_c is also unused. BUG=skia: R=reed@google.com, rmistry@google.com, borenet@google.com, halcanary@google.com, mtklein@google.com Author: mtklein@chromium.org Review URL: https://codereview.chromium.org/294683003 git-svn-id: http://skia.googlecode.com/svn/trunk@14802 2bbb7eff-a529-9590-31e7-b0007b416f81
16 lines
365 B
Python
16 lines
365 B
Python
# Poppler, assuming it's been installed to the (Linux) system.
|
|
{
|
|
'targets': [{
|
|
'target_name': 'poppler',
|
|
'type': 'none',
|
|
'direct_dependent_settings': {
|
|
'libraries': [
|
|
'-lpoppler-cpp',
|
|
],
|
|
'include_dirs': [
|
|
'/usr/include/poppler/cpp',
|
|
],
|
|
},
|
|
}],
|
|
}
|