mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
Xace: always build xace
Xace callbacks are needed in many places, and the their overhead (when not actually used) is really minimal. So it doesn't make much sense having extra complexity for disabling it at build time. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
0580a054a4
commit
dcf7890076
@@ -228,7 +228,7 @@ conf_data.set('RES', build_res ? '1' : false)
|
||||
conf_data.set('RENDER', '1')
|
||||
conf_data.set('SCREENSAVER', build_screensaver ? '1' : false)
|
||||
conf_data.set('SHAPE', '1')
|
||||
conf_data.set('XACE', build_xace ? '1' : false)
|
||||
conf_data.set('XACE', '1')
|
||||
conf_data.set('XCMISC', '1')
|
||||
conf_data.set('XCSECURITY', build_xsecurity ? '1' : false)
|
||||
conf_data.set('CONFIG_NAMESPACE', build_namespace ? '1' : false)
|
||||
|
||||
Reference in New Issue
Block a user