]> git.draconx.ca Git - rrace.git/commit
Allow compilation without X11.
authorNick Bowler <nbowler@draconx.ca>
Tue, 8 Mar 2022 04:35:22 +0000 (23:35 -0500)
committerNick Bowler <nbowler@draconx.ca>
Wed, 9 Mar 2022 02:10:39 +0000 (21:10 -0500)
commit0a46ad3167e6f87e254288080e3ce89402089afb
tree6ceec9efc3ac775a264140a919fc990997fc1ef4
parent43a709ff25b9973a83327a06a6ecc94b09e7787b
Allow compilation without X11.

At the moment this means nothing useful gets installed, but "make check"
is possible.  The icon functions being tested don't _really_ depend on
X11, just the XColor structure for which we can supply a suitable
definition.
Makefile.am
configure.ac
src/ewmhicon.c
src/ewmhicon.h [new file with mode: 0644]
src/motif.h
t/ewmhicon.c