4 -configure-pkg-config- "X11" : x11 : : : "you need X11 to compile k8sterm!" ;
5 -configure-add-line- "LINKLIBS.all += -lrt ;" ;
6 -configure-add-line- "LINKLIBS.all += -lutil ;" ; # openpty()
8 Echo-n "checking for git and repo ..." ;
9 if [ Command which git : no-output exit-code ] == 0 {
10 if [ Command test -d $(TOP)/.git : no-output exit-code ] == 0 {
15 -configure-add-line- "_USE_GIT_VERSION = $(githere) ;" ;