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
3f59b9c4ef
commit
522aab930c
@ -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