mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-04 18:00:14 +01:00
hurd: fix xorg-wrapper build
hurd does not have any PATH_MAX limitation. misc.h provides a default value which is fine here. Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
This commit is contained in:
parent
f9a04d19ae
commit
113c0bb4fd
1 changed files with 2 additions and 0 deletions
|
|
@ -44,6 +44,8 @@
|
|||
#include <xf86drm.h> /* For DRM_DEV_NAME */
|
||||
#endif
|
||||
|
||||
#include "misc.h"
|
||||
|
||||
#define CONFIG_FILE SYSCONFDIR "/X11/Xwrapper.config"
|
||||
|
||||
static const char *progname;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue