summaryrefslogtreecommitdiff
path: root/instsetoo_native
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2015-03-10 16:38:14 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2015-03-10 16:46:49 +0100
commitaf573aeda86d83b75a68ecb1c3a369376ce87782 (patch)
tree38a8c5879805a30537e8a88fc972c2301834a086 /instsetoo_native
parentddb0bdef30dfb609378b73eb1a429943078bd611 (diff)
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)
Diffstat (limited to 'instsetoo_native')
-rw-r--r--instsetoo_native/inc_openoffice/unix/find-requires-x11.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/instsetoo_native/inc_openoffice/unix/find-requires-x11.sh b/instsetoo_native/inc_openoffice/unix/find-requires-x11.sh
index b8463dc2750f..9f13c8528765 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