mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
configure: Change DEFAULT_LOGPREFIX to really be a filename prefix
Rather then a full path prefix, this is a preparation patch for adding support for logging to another location when not running as root. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
committed by
Peter Hutterer
parent
dc48bd653c
commit
f37a469134
@@ -45,7 +45,10 @@
|
||||
/* Path to installed libraries. */
|
||||
#undef DEFAULT_LIBRARY_PATH
|
||||
|
||||
/* Path to server log file. */
|
||||
/* Default log location */
|
||||
#undef DEFAULT_LOGDIR
|
||||
|
||||
/* Default logfile prefix */
|
||||
#undef DEFAULT_LOGPREFIX
|
||||
|
||||
/* Building DRI-capable DDX. */
|
||||
|
||||
@@ -26,8 +26,5 @@
|
||||
/* Vendor web address for support */
|
||||
#undef __VENDORDWEBSUPPORT__
|
||||
|
||||
/* Default log location */
|
||||
#undef DEFAULT_LOGDIR
|
||||
|
||||
/* Whether we should re-locate the root to where the executable lives */
|
||||
#undef RELOCATE_PROJECTROOT
|
||||
|
||||
Reference in New Issue
Block a user