Resolve KASM-2437 "Feature/ opensuse 15 images"

This commit is contained in:
Ryan Kuba
2022-04-04 16:31:55 +00:00
committed by Matthew McClaskey
parent 92c449d87b
commit d050236248
7 changed files with 269 additions and 1 deletions

View File

@@ -56,6 +56,10 @@ autoreconf -i
# everything after that is based on BUILDING.txt to remove unneeded
# components.
ensure_crashpad_can_fetch_line_number_by_address
# remove gl check for opensuse
if [ "${KASMVNC_BUILD_OS}" == "opensuse" ]; then
sed -i 's/LIBGL="gl >= 7.1.0"/LIBGL="gl >= 1.1"/g' configure
fi
./configure --prefix=/opt/kasmweb \
--with-xkb-path=/usr/share/X11/xkb \
--with-xkb-output=/var/lib/xkb \