Don't build xditview unless the actual include files for X11 are present.
Merely checking for the directory is -not- sufficient, since the XFree86 non-programmers distribution has that directory to hold bitmaps.
This commit is contained in:
parent
8ca6f0e2ac
commit
e3f0703d42
@ -1,4 +1,4 @@
|
||||
.if exists(${X11BASE}/include)
|
||||
.if exists(${X11BASE}/include/X11/Xlib.h)
|
||||
.if exists(${X11BASE}/lib)
|
||||
.if exists(${DESTDIR}${X11BASE}/bin)
|
||||
.if exists(${DESTDIR}${X11BASE}/man/man1)
|
||||
|
Loading…
Reference in New Issue
Block a user