instsetoo_native/inc_openoffice/unix/find-requires-x11.sh |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit af573aeda86d83b75a68ecb1c3a369376ce87782
Author: Christian Lohmaier <[email protected]>
Date:   Tue Mar 10 16:38:14 2015 +0100

    tdf#53861 - add libGLU.so.1 and libXinerama.so.1 to rpm/deb requirements
    
    only used for upstream packages/when epm is used (any auto-dependency
    creation is disabled for those). Add two that might be missing in
    barebone installations
    
    Change-Id: I97c3af8cc8622c63ac831701e509097711822098
    (cherry picked from commit 441523b0df8983fb34409a5f4e25dde571be1af7)

diff --git a/instsetoo_native/inc_openoffice/unix/find-requires-x11.sh 
b/instsetoo_native/inc_openoffice/unix/find-requires-x11.sh
index b8463dc..9f13c85 100644
--- a/instsetoo_native/inc_openoffice/unix/find-requires-x11.sh
+++ b/instsetoo_native/inc_openoffice/unix/find-requires-x11.sh
@@ -23,4 +23,6 @@ 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
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to