mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-08 09:25:49 +01:00
configure: Added option to disable Motif WM Hints support
The old behaviour was to expect the user to go modify manually a source file which is not a great idea because that's typically the kind of things in charge of the configure script. As a side effect, we can now use an automake conditional to avoid compiling the source file in charge of the feature when not used, instead of trying to compile an empty-looking file. Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
This commit is contained in:
committed by
Carlos R. Mafra
parent
1cef020eb3
commit
2ebfcd9c5c
4
doc/build/Compilation.texi
vendored
4
doc/build/Compilation.texi
vendored
@@ -566,8 +566,10 @@ screen size.
|
||||
@subsection Feature Selection
|
||||
|
||||
@table @option
|
||||
@item --disable-motif
|
||||
@item --disable-mwm-hints
|
||||
Disable support for Motif's MWM Window Manager hints.
|
||||
These attributes were introduced by the Motif toolkit to ask for special window appearance requests.
|
||||
Nowadays this is covered by the NetWM/EWMH specification, but there are still applications that rely on MWM Hints.
|
||||
|
||||
@item --enable-ld-version-script
|
||||
This feature is auto-detected, and you should not use this option.
|
||||
|
||||
Reference in New Issue
Block a user