add configure checks for needed libraries

This commit is contained in:
Josh Holtrop 2020-06-15 12:49:01 -04:00
parent 986800332c
commit 97ab41580a

View File

@ -1,5 +1,7 @@
configure do
check_d_compiler
check_lib "X11"
check_lib "GLX"
end
build do