diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2015-03-10 16:38:14 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2015-03-10 16:38:14 +0100 |
commit | 441523b0df8983fb34409a5f4e25dde571be1af7 (patch) | |
tree | 7f59fb6f149b821492a04cd3f1321c7269193356 /instsetoo_native | |
parent | f75aafb3a2ec7a53b1797db41b497e97558730f2 (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
Diffstat (limited to 'instsetoo_native')
-rw-r--r-- | instsetoo_native/inc_openoffice/unix/find-requires-x11.sh | 2 |
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 |