mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-25 21:10:05 +01:00
rootless: Build unconditionally
It's not a lot of code, and if you're doing things to the core that affect rootless you should be alerted early. Reviewed-by: Jasper St. Pierre <jstpierre@mecheye.net> Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
parent
bdc917a416
commit
1594fb9129
1 changed files with 1 additions and 8 deletions
|
|
@ -1,8 +1 @@
|
|||
SUBDIRS = sync damage shadow
|
||||
if XQUARTZ
|
||||
SUBDIRS += rootless
|
||||
endif
|
||||
if XWIN_MULTIWINDOWEXTWM
|
||||
SUBDIRS += rootless
|
||||
endif
|
||||
DIST_SUBDIRS = sync damage shadow rootless
|
||||
SUBDIRS = sync damage shadow rootless
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue