mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-07 08:45:48 +01:00
Do not stop compilation if library Xmu is not found
We use only 1 function from this library, and it is in a case that should be rare nowadays: displays with indexed color. This commit makes it acceptable to compile if the library is missing.
This commit is contained in:
committed by
Carlos R. Mafra
parent
4665972175
commit
e2cfed3377
10
NEWS
10
NEWS
@@ -12,6 +12,16 @@ which defaulted to ~/GNUstep. However, this environment variable was deprecated
|
||||
in gnustep-make v2. Therefore, it has been replaced by the WMAKER_USER_ROOT
|
||||
environment variable.
|
||||
|
||||
|
||||
libXmu is now an optional dependency
|
||||
------------------------------------
|
||||
|
||||
If the library is not found, compilation work, the only limitation will arise
|
||||
when trying to install the standard colormap on displays which are not TrueColor.
|
||||
Please note that if you have the library but not the headers, configure will
|
||||
still stop; there is no user option to explicitly disable the library use.
|
||||
|
||||
|
||||
-- 0.95.8
|
||||
|
||||
Move pointer with maximized windows
|
||||
|
||||
Reference in New Issue
Block a user