13 lines
534 B
Diff
13 lines
534 B
Diff
diff -uNr xorg-server-1.19.1/hw/xfree86/common/xf86Config.c xorg-server-1.19.1.mod/hw/xfree86/common/xf86Config.c
|
|
--- xorg-server-1.19.1/hw/xfree86/common/xf86Config.c 2017-01-05 23:19:31.000000000 +0200
|
|
+++ xorg-server-1.19.1.mod/hw/xfree86/common/xf86Config.c 2017-11-24 18:44:44.652683647 +0200
|
|
@@ -104,7 +104,7 @@
|
|
#define SYS_CONFIGDIRPATH "%D/X11/%X"
|
|
#endif
|
|
#ifndef PROJECTROOT
|
|
-#define PROJECTROOT "/usr/X11R6"
|
|
+#define PROJECTROOT "/data/data/com.termux/files/usr/X11R6"
|
|
#endif
|
|
|
|
static ModuleDefault ModuleDefaults[] = {
|