diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-01-27 12:19:17 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-01-27 12:19:17 +0200 |
commit | afbd5787b5412f5ed8f862a9cae9dee5fd346f3f (patch) | |
tree | b400e1332d8f4f3c2ee1db7296e51c78ce3fd07e /lingucomponent | |
parent | edfe47853aafd03e4cb2bc68772215d49f020740 (diff) |
MacOSXSpell needs boost_headers
Change-Id: I4af00e2925df393523ad3d00bd3b95459ff77f9c
Diffstat (limited to 'lingucomponent')
-rw-r--r-- | lingucomponent/Library_MacOSXSpell.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lingucomponent/Library_MacOSXSpell.mk b/lingucomponent/Library_MacOSXSpell.mk index 3c80418e657b..a8529b6f86be 100644 --- a/lingucomponent/Library_MacOSXSpell.mk +++ b/lingucomponent/Library_MacOSXSpell.mk @@ -53,6 +53,7 @@ $(eval $(call gb_Library_use_system_darwin_frameworks,MacOSXSpell,\ )) $(eval $(call gb_Library_use_externals,MacOSXSpell,\ + boost_headers \ hunspell \ )) |