diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-12-27 07:37:16 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-12-27 07:37:37 -0600 |
commit | 7e2f0a0f92e592cb7374ec41d516eca32a8e5c33 (patch) | |
tree | ef819dc69e6763813521efa59a2457541be72e0a /fpicker | |
parent | daadc82a1d511998228e198802f0a06420f6bcee (diff) |
add the needed -framework for fps_aqua
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/Library_fps_aqua.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fpicker/Library_fps_aqua.mk b/fpicker/Library_fps_aqua.mk index ca39922482e2..a2575d08dc7f 100644 --- a/fpicker/Library_fps_aqua.mk +++ b/fpicker/Library_fps_aqua.mk @@ -34,6 +34,11 @@ $(eval $(call gb_Library_add_api,fps_aqua,\ udkapi \ )) +$(eval $(call gb_Library_add_libs,fps_aqua,\ + -framework Cocoa \ + -framework CoreFoundation \ +)) + $(eval $(call gb_Library_add_linked_libs,fps_aqua,\ cppu \ cppuhelper \ |