Kaydet (Commit) 441523b0 authored tarafından Christian Lohmaier's avatar Christian Lohmaier

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
üst f75aafb3
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment