mirror of
https://git.yoctoproject.org/poky
synced 2026-02-25 19:09:41 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@607 311d38ba-8fff-0310-9ca6-ca027cbcb966
23 lines
539 B
Diff
23 lines
539 B
Diff
--- X11/src/ErrDes.c.orig 2005-09-03 16:15:48 +0200
|
|
+++ X11/src/ErrDes.c 2005-09-03 16:16:03 +0200
|
|
@@ -56,7 +56,7 @@
|
|
#include <stdio.h>
|
|
|
|
#ifndef ERRORDB
|
|
-#define ERRORDB "/usr/lib/X11/XErrorDB"
|
|
+#define ERRORDB "/usr/share/X11/XErrorDB"
|
|
#endif
|
|
|
|
/*
|
|
--- X11/src/StrKeysym.c.orig 2005-09-03 16:41:18 +0200
|
|
+++ X11/src/StrKeysym.c 2005-09-03 16:41:33 +0200
|
|
@@ -36,7 +36,7 @@
|
|
#include "Key.h"
|
|
|
|
#ifndef KEYSYMDB
|
|
-#define KEYSYMDB "/usr/lib/X11/XKeysymDB"
|
|
+#define KEYSYMDB "/usr/share/X11/XKeysymDB"
|
|
#endif
|
|
|
|
static Bool initialized;
|