From 1fdf63282bc0429b07ba697f1aabbca10a7b8d6b Mon Sep 17 00:00:00 2001 From: David Tardon Date: Thu, 28 Mar 2013 07:38:13 +0100 Subject: add missing dep on uwinapi.h Change-Id: Ie7a616d4295db98a8c513e876b83b8e6b52ba83a --- desktop/Executable_unopkg.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/desktop/Executable_unopkg.mk b/desktop/Executable_unopkg.mk index 27611eac7ca0..3b8fb66925e0 100644 --- a/desktop/Executable_unopkg.mk +++ b/desktop/Executable_unopkg.mk @@ -27,6 +27,10 @@ $(eval $(call gb_Executable_Executable,unopkg)) +$(eval $(call gb_Executable_use_packages,unopkg,\ + sal_inc \ +)) + $(eval $(call gb_Executable_set_targettype_gui,unopkg,YES)) $(eval $(call gb_Executable_use_static_libraries,unopkg,\ -- cgit