commit 3bb820ca45286bddb0105d96f5826a3497dd999f from: Omar Polo date: Fri Jul 01 20:15:54 2022 UTC provide a better error message on missing x libs commit - f8d213f14aa104a11f8cb1dfd06f25088720d9f2 commit + 3bb820ca45286bddb0105d96f5826a3497dd999f blob - b1bf3836d1172f449ced8f2250d32345b052a912 blob + 001c782f17896c19e04d42a2b4a6ecd127df1192 --- configure +++ configure @@ -337,6 +337,7 @@ runtest __progname __PROGNAME || true 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