Commit 34889920 authored by Mike Gabriel's avatar Mike Gabriel

nx-X11/config/cf/X11.tmpl: Fix DefaultRGBDatabase path to $(USRDATADIR)/rgb (not $(LIBDIR)/rgb).

parent d6f475f6
...@@ -313,7 +313,7 @@ XORGRELSTRING = XorgManVersionString ...@@ -313,7 +313,7 @@ XORGRELSTRING = XorgManVersionString
# define DefaultFSFontPath DefaultFontPath # define DefaultFSFontPath DefaultFontPath
#endif #endif
#ifndef DefaultRGBDatabase #ifndef DefaultRGBDatabase
#define DefaultRGBDatabase $(LIBDIR)/rgb #define DefaultRGBDatabase $(USRDATADIR)/rgb
#endif #endif
#ifndef UseRgbTxt #ifndef UseRgbTxt
#define UseRgbTxt NO /* default is to compile with dbm */ #define UseRgbTxt NO /* default is to compile with dbm */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment