diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-04-08 16:50:48 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-04-08 17:05:28 +0300 |
commit | 7232a2d520100184d5ca8264551ec0bc352971e7 (patch) | |
tree | 13fb56a11dcc1af69d0f3055e05c021829cdcc42 /Repository.mk | |
parent | d356395ec37a9ba06e0a6f1ddc150245e2b3898d (diff) |
Make libvclopengl build for iOS
Change-Id: Id338d1fb8a1334fb4e984aff9494bab7f3c35dc1
Diffstat (limited to 'Repository.mk')
-rw-r--r-- | Repository.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Repository.mk b/Repository.mk index e18ecc275264..7d1da27f0d72 100644 --- a/Repository.mk +++ b/Repository.mk @@ -352,7 +352,7 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \ $(if $(DISABLE_SCRIPTING),,vbahelper) \ vcl \ vclcanvas \ - $(if $(filter FREEBSD LINUX MACOSX WNT,$(OS)),vclopengl) \ + $(if $(filter FREEBSD IOS LINUX MACOSX WNT,$(OS)),vclopengl) \ $(if $(and $(filter unx,$(GUIBASE)),$(filter-out MACOSX,$(OS))), \ vclplug_gen \ $(if $(ENABLE_TDE),vclplug_tde) \ |