SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
|
@ -0,0 +1,18 @@
|
|||
Index: lxqt-config-input/keyboardlayoutconfig.h
|
||||
--- lxqt-config-input/keyboardlayoutconfig.h.orig
|
||||
+++ lxqt-config-input/keyboardlayoutconfig.h
|
||||
@@ -25,11 +25,11 @@
|
||||
#ifdef Q_OS_LINUX
|
||||
#define XKBD_BASELIST_PATH "/usr/share/X11/xkb/rules/base.lst"
|
||||
#elif defined(Q_OS_FREEBSD)
|
||||
-#define XKBD_BASELIST_PATH "/usr/local/share/X11/xkb/rules/base.lst"
|
||||
+#define XKBD_BASELIST_PATH "${LOCALBASE}/share/X11/xkb/rules/base.lst"
|
||||
#elif defined(Q_OS_OPENBSD)
|
||||
-#define XKBD_BASELIST_PATH "/usr/X11R6/share/X11/xkb/rules/base.lst"
|
||||
+#define XKBD_BASELIST_PATH "${X11BASE}/share/X11/xkb/rules/base.lst"
|
||||
#else
|
||||
-#define XKBD_BASELIST_PATH "/usr/local/share/X11/xkb/rules/base.lst"
|
||||
+#define XKBD_BASELIST_PATH "${LOCALBASE}/share/X11/xkb/rules/base.lst"
|
||||
#endif
|
||||
|
||||
#include <QWidget>
|
Loading…
Add table
Add a link
Reference in a new issue