From 54a06c6820e13cae1401302c031cd15bd961eb7a Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Sat, 25 Aug 2012 01:29:00 +0200 Subject: vigra: convert to gbuild Change-Id: Ie5f050bf5f672a35d9629dcfb039d9fff7470cab --- basebmp/Library_basebmp.mk | 2 ++ basebmp/prj/build.lst | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'basebmp') diff --git a/basebmp/Library_basebmp.mk b/basebmp/Library_basebmp.mk index 756840bbc2d1..95230ba646a5 100644 --- a/basebmp/Library_basebmp.mk +++ b/basebmp/Library_basebmp.mk @@ -13,6 +13,8 @@ $(eval $(call gb_Library_use_package,basebmp,basebmp_inc)) $(eval $(call gb_Library_use_sdk_api,basebmp)) +$(eval $(call gb_Library_use_external,basebmp,vigra_headers)) + $(eval $(call gb_Library_use_libraries,basebmp,\ basegfx \ sal \ diff --git a/basebmp/prj/build.lst b/basebmp/prj/build.lst index 2b0fa1e0f72a..6da46bb739fc 100644 --- a/basebmp/prj/build.lst +++ b/basebmp/prj/build.lst @@ -1,2 +1,2 @@ -bx basebmp : sal VIGRA:vigra basegfx BOOST:boost NULL +bx basebmp : sal vigra basegfx BOOST:boost NULL bx basebmp\prj nmake - all bx_prj NULL -- cgit