You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update desktop-utils.pro
Remove old utilities from the desktop-utils.pro file.
lumina-calculator and lumina-pdf are in their own repositories now(lumina-desktop/lumina-calculator, lumina-desktop/lumina-pdf)
i18n: fix out of tree build
Fixes e.g:
| /bin/sh: line 0: cd: i18n: No such file or directory
| Makefile:955: recipe for target 'install_dotrans' failed
| make[3]: *** [install_dotrans] Error 1
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Add a new compile-time option: NO_XINPUT
This can be used to disable the usage of the xcb/xinput.h class, since some OS's seem to not have it for some reason. Note that this option will make the input device management page in lumina-config unavailable on that operating system.
Example: qmake CONFIG+=NO_XINPUT