commit-bot@chromium.org | 3056bdd | 2014-05-20 15:07:53 +0000 | [diff] [blame] | 1 | # Poppler, assuming it's been installed to the (Linux) system. |
commit-bot@chromium.org | 327c081 | 2013-08-20 18:57:01 +0000 | [diff] [blame] | 2 | { |
commit-bot@chromium.org | 3056bdd | 2014-05-20 15:07:53 +0000 | [diff] [blame] | 3 | 'targets': [{ |
| 4 | 'target_name': 'poppler', |
| 5 | 'type': 'none', |
| 6 | 'direct_dependent_settings': { |
| 7 | 'libraries': [ |
| 8 | '-lpoppler-cpp', |
commit-bot@chromium.org | 327c081 | 2013-08-20 18:57:01 +0000 | [diff] [blame] | 9 | ], |
commit-bot@chromium.org | 3056bdd | 2014-05-20 15:07:53 +0000 | [diff] [blame] | 10 | 'include_dirs': [ |
| 11 | '/usr/include/poppler/cpp', |
| 12 | ], |
| 13 | }, |
| 14 | }], |
commit-bot@chromium.org | 327c081 | 2013-08-20 18:57:01 +0000 | [diff] [blame] | 15 | } |