diff options
-rw-r--r-- | basebmp/StaticLibrary_basebmp.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/basebmp/StaticLibrary_basebmp.mk b/basebmp/StaticLibrary_basebmp.mk index 29f3d5906bb0..07f4f0359dd3 100644 --- a/basebmp/StaticLibrary_basebmp.mk +++ b/basebmp/StaticLibrary_basebmp.mk @@ -13,6 +13,8 @@ $(eval $(call gb_StaticLibrary_use_package,basebmp,basebmp_inc)) $(eval $(call gb_StaticLibrary_use_sdk_api,basebmp)) +$(eval $(call gb_StaticLibrary_use_external,basebmp,vigra_headers)) + $(eval $(call gb_StaticLibrary_use_libraries,basebmp,\ basegfx \ sal \ |