Commit Diff
Commit:
3bb820ca45286bddb0105d96f5826a3497dd999f
Date:
Fri Jul 1 20:15:54 2022
UTC
Message
provide a better error message on missing x libs
--- configure
+++ configure
@@ -337,6 +337,7 @@ if [ "${HAVE_LIB_X11}" -eq 0 ]; then
if [ "${HAVE_LIB_X11}" -eq 0 ]; then
echo "FATAL: libx11 not found" 1>&2
+ echo "make sure to have libx11, libxinerama and libxft installed" 1>&2
echo "FATAL: libx11 not found" 1>&3
exit 1
fi
Omar Polo