mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 10:10:05 +01:00
Cygwin/X: Only try to build rootless extension if multiwindow extwm mode is being built
Rootless extension still needs a bit more work to build successfully for Cygwin/X
This commit is contained in:
parent
de2ae521ab
commit
fad5f96c01
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ endif
|
|||
if XQUARTZ
|
||||
SUBDIRS += rootless
|
||||
endif
|
||||
if XWIN
|
||||
if XWIN_MULTIWINDOWEXTWM
|
||||
SUBDIRS += rootless
|
||||
endif
|
||||
DIST_SUBDIRS = damage shadow cw rootless
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue