mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-03 14:00:13 +01:00
Change default install dir for app-default files from
$(sysconfdir)/X11/app-defaults to $(libdir)/X11/app-defaults to match
the monolith & allow localization
This commit is contained in:
parent
e7007f7d51
commit
d6a40bcd4a
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ include $(top_srcdir)/cpprules.in
|
|||
|
||||
# App default files (*.ad)
|
||||
|
||||
appdefaultdir = $(sysconfdir)/X11/app-defaults
|
||||
appdefaultdir = $(libdir)/X11/app-defaults
|
||||
|
||||
APPDEFAULTFILES = XOrgCfg
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue