Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't use hardcoded xkb rules file paths. #1695

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft

Commits on Dec 28, 2021

  1. Don't use hardcoded xkb rules file paths.

    * Use xkeyboard-config at compile time to find out the xkb base data dir.
    * Get the rules in use with XkbRF_GetNamesProp()
    luis-pereira committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    16fc5fd View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2021

  1. CMake Debug

    luis-pereira committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    2d045a4 View commit details
    Browse the repository at this point in the history
  2. Update CI

    luis-pereira committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    68548bb View commit details
    Browse the repository at this point in the history
  3. Make it abort.

    luis-pereira committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    92985d0 View commit details
    Browse the repository at this point in the history