mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
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 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue