Ticket #68: imlib-1.9.14.fault

File imlib-1.9.14.fault, 552 bytes (added by chris@…, 22 years ago)

imlib-1.9.14 will not build without X installed

Line 
1
2
3In addition to the fault with the new version of libpng
4
5The jpeg test depends on libX11 but:
6
7This will no longer build without X
8
9There is an option --without-x, and Larry has patched the configure
10to remove the -lX11 from jpeg
11
12It still will not work because Imlib_private.h contains:
13
14
15#include <X11/Xlib.h>
16#include <X11/Xutil.h>
17#include <X11/Xatom.h>
18#include <X11/Xos.h>
19#ifdef HAVE_XSHM_H
20#include <X11/extensions/XShm.h>
21#endif
22#include <X11/extensions/shape.h>
23#include <X11/cursorfont.h>
24
25with no chance to set a flag to exclude them.
26
27