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
|
@ -44,6 +44,8 @@
|
||||||
#include <xf86drm.h> /* For DRM_DEV_NAME */
|
#include <xf86drm.h> /* For DRM_DEV_NAME */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include "misc.h"
|
||||||
|
|
||||||
#define CONFIG_FILE SYSCONFDIR "/X11/Xwrapper.config"
|
#define CONFIG_FILE SYSCONFDIR "/X11/Xwrapper.config"
|
||||||
|
|
||||||
static const char *progname;
|
static const char *progname;
|
||||||
|
|
Loading…
Reference in New Issue