util/xmlconfig: drop default SYSCONFDIR & DATADIR values
The only build system left is meson, which always defines these. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26228>
This commit is contained in:
@@ -1165,14 +1165,6 @@ initOptionCache(driOptionCache *cache, const driOptionCache *info)
|
||||
}
|
||||
}
|
||||
|
||||
#ifndef SYSCONFDIR
|
||||
#define SYSCONFDIR "/etc"
|
||||
#endif
|
||||
|
||||
#ifndef DATADIR
|
||||
#define DATADIR "/usr/share"
|
||||
#endif
|
||||
|
||||
static const char *execname;
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user