[modules/xkbgroup] Remove thirdparty xkb, use system xkb
Providing a custom-built xkb module obviously doesn't really work, so use the system one instead. see #177
This commit is contained in:
parent
855012f05d
commit
e0e59b863c
9 changed files with 1 additions and 10410 deletions
|
@ -13,7 +13,7 @@ import bumblebee.input
|
|||
import bumblebee.output
|
||||
import bumblebee.engine
|
||||
|
||||
from thirdparty.xkbgroup import *
|
||||
from xkbgroup import *
|
||||
|
||||
import logging
|
||||
log = logging.getLogger(__name__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue