diff options
author | David Tardon <dtardon@redhat.com> | 2012-12-08 07:22:07 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-12-09 13:35:34 +0100 |
commit | b0ea67981e16336220e54d6e71f5b095c3084ed7 (patch) | |
tree | f5ce27374f3b9db60edfcfa5796edd5f11fbfdec /extensions | |
parent | 0b8077bc0cd027aa51091a004ed7fe1fcab5f5ce (diff) |
add missing dep on boost
Change-Id: I04fe44afceaf0a415577b1b3a359d05d0d1821dc
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/Library_npsoplugin.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/extensions/Library_npsoplugin.mk b/extensions/Library_npsoplugin.mk index 31908f607664..7695e9deb70e 100644 --- a/extensions/Library_npsoplugin.mk +++ b/extensions/Library_npsoplugin.mk @@ -35,7 +35,10 @@ $(eval $(call gb_Library_use_packages,npsoplugin,\ np_sdk_inc \ )) -$(eval $(call gb_Library_use_external,npsoplugin,npapi_headers)) +$(eval $(call gb_Library_use_externals,npsoplugin,\ + boost_headers \ + npapi_headers \ +)) $(eval $(call gb_Library_use_static_libraries,npsoplugin,\ npsoenv \ |