[Libreoffice-commits] core.git: instsetoo_native/inc_openoffice

Christian Lohmaier lohmaier+LibreOffice at googlemail.com
Tue Mar 10 08:44:40 PDT 2015


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

New commits:
commit 441523b0df8983fb34409a5f4e25dde571be1af7
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
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

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


More information about the Libreoffice-commits mailing list