diff options
author | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-04-24 12:27:24 +0200 |
---|---|---|
committer | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-04-27 12:34:05 +0200 |
commit | d276ad15252ecd0ae2a4dfeae5b32c16082a9544 (patch) | |
tree | 0e325ac1e55508d160832ef20b87d9388a69344b /svx | |
parent | 67f6bff3ec9c56186bbd040ab21d5643640a3cd7 (diff) |
vclopengl is buildable on all platforms now
Change-Id: I2d65035eb30e9a96ab4ddc695fc7bc3aaaa9ab6c
Diffstat (limited to 'svx')
-rw-r--r-- | svx/Library_svxcore.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/Library_svxcore.mk b/svx/Library_svxcore.mk index ccb48edba450..7ed776f80eac 100644 --- a/svx/Library_svxcore.mk +++ b/svx/Library_svxcore.mk @@ -74,8 +74,8 @@ $(eval $(call gb_Library_use_libraries,svxcore,\ ucbhelper \ utl \ vcl \ + vclopengl \ xo \ - $(if $(filter FREEBSD LINUX MACOSX WNT,$(OS)),vclopengl) \ $(gb_UWINAPI) \ )) |