Kaydet (Commit) b0ea6798 authored tarafından David Tardon's avatar David Tardon

add missing dep on boost

Change-Id: I04fe44afceaf0a415577b1b3a359d05d0d1821dc
üst 0b8077bc
...@@ -35,7 +35,10 @@ $(eval $(call gb_Library_use_packages,npsoplugin,\ ...@@ -35,7 +35,10 @@ $(eval $(call gb_Library_use_packages,npsoplugin,\
np_sdk_inc \ 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,\ $(eval $(call gb_Library_use_static_libraries,npsoplugin,\
npsoenv \ npsoenv \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment