mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
build: Show whether we have XComposite
Since we're doing it for other optional X11 extensions as well.
This commit is contained in:
parent
dd2f55c6f6
commit
e80825535a
@ -1195,6 +1195,7 @@ echo " Windowing system: ${CLUTTER_WINSYS} (WARNING: Experimental)"
|
||||
fi
|
||||
|
||||
if test "x$SUPPORT_XLIB" = "x1"; then
|
||||
echo " Enable XComposite: ${have_xcomposite}"
|
||||
echo " Enable XInput 1.0: ${xinput}"
|
||||
echo " Enable XKB: ${have_xkb}"
|
||||
echo " Enable X11 tests: ${x11_tests}"
|
||||
|
Loading…
Reference in New Issue
Block a user