[PATCH libX11 2/2] Install Xms.txt in $(datadir) rather than $(libdir).
Egbert Eich
eich at freedesktop.org
Fri Dec 7 02:29:16 PST 2012
This file is an architecture independent data and should be where
other databases are.
This is the Xlib provided sample file, applications are free to
use a different one specifying its location in the XCMSDB env
variable.
Signed-off-by: Egbert Eich <eich at freedesktop.org>
---
src/xcms/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/xcms/Makefile.am b/src/xcms/Makefile.am
index c6bc8e5..d147e23 100644
--- a/src/xcms/Makefile.am
+++ b/src/xcms/Makefile.am
@@ -85,7 +85,7 @@ libxcms_la_SOURCES = \
xyY.c \
Xcmsint.h
-X11dir = $(libdir)/X11
+X11dir = $(X11_DATADIR)
dist_X11_DATA = Xcms.txt
--
1.7.7
More information about the xorg-devel
mailing list