From c042cd05e9960742ba0d6b69058ac55092171bd3 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Fri, 19 Apr 2013 19:58:04 +0200 Subject: gbuild: drop uses of removed packages Change-Id: I400fad08c0ae7b6b34bad63693f54856867e4dac Reviewed-on: https://gerrit.libreoffice.org/3502 Reviewed-by: David Tardon Tested-by: David Tardon --- basebmp/Library_basebmp.mk | 2 -- basebmp/StaticLibrary_basebmp.mk | 2 -- 2 files changed, 4 deletions(-) (limited to 'basebmp') diff --git a/basebmp/Library_basebmp.mk b/basebmp/Library_basebmp.mk index 3587d35c8ce5..3f0caeb7ae72 100644 --- a/basebmp/Library_basebmp.mk +++ b/basebmp/Library_basebmp.mk @@ -9,8 +9,6 @@ $(eval $(call gb_Library_Library,basebmp)) -$(eval $(call gb_Library_use_package,basebmp,basebmp_inc)) - $(eval $(call gb_Library_use_sdk_api,basebmp)) $(eval $(call gb_Library_use_externals,basebmp,\ diff --git a/basebmp/StaticLibrary_basebmp.mk b/basebmp/StaticLibrary_basebmp.mk index f4d7b08ecb46..721bee05ba52 100644 --- a/basebmp/StaticLibrary_basebmp.mk +++ b/basebmp/StaticLibrary_basebmp.mk @@ -9,8 +9,6 @@ $(eval $(call gb_StaticLibrary_StaticLibrary,basebmp)) -$(eval $(call gb_StaticLibrary_use_package,basebmp,basebmp_inc)) - $(eval $(call gb_StaticLibrary_use_sdk_api,basebmp)) $(eval $(call gb_StaticLibrary_use_externals,basebmp,\ -- cgit