[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:
Tobias Witek 2017-10-01 05:42:29 +02:00
parent 855012f05d
commit e0e59b863c
9 changed files with 1 additions and 10410 deletions

View file

@ -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__)