diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2015-03-10 16:54:36 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2015-03-10 16:54:36 +0100 |
commit | 5d970faf2e5444c35e9c614eb55d621b02b0289e (patch) | |
tree | ba0dd7da9e67c547f3c6ee46947176478fecc40f /instsetoo_native | |
parent | b6d6dab920a9e14a6fe9c61446da64ab62dcbfdf (diff) |
libGLU actually is not required anymore for master
Change-Id: I543a561fc7fa1213c8e319f227b761f6328a6eaa
Diffstat (limited to 'instsetoo_native')
-rw-r--r-- | instsetoo_native/inc_openoffice/unix/find-requires-x11.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/instsetoo_native/inc_openoffice/unix/find-requires-x11.sh b/instsetoo_native/inc_openoffice/unix/find-requires-x11.sh index 9f13c8528765..0fe0b1d27dde 100644 --- a/instsetoo_native/inc_openoffice/unix/find-requires-x11.sh +++ b/instsetoo_native/inc_openoffice/unix/find-requires-x11.sh @@ -23,6 +23,5 @@ if [[ "${OS}" == "AIX" ]]; then echo "libfreetype.a(libfreetype.so.6${mark64})" else echo "libfreetype.so.6${mark64}" - echo "libGLU.so.1${mark64}" echo "libXinerama.so.1${mark64}" fi |