diff options
Diffstat (limited to 'instsetoo_native/inc_openoffice')
-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 |