sde1000 / python-xkbcommon

Python bindings for libxkbcommon using cffi
MIT License
19 stars 5 forks source link

Move ffi_build file #1

Closed flacjacket closed 4 years ago

flacjacket commented 4 years ago

Moving the ffi_build file into the xkbcommon module, which allows the FFI object to be imported in dependent cffi-based projects. This is needed in particular by the pywlroots project to be able to make xkb_keyboard objects usable in the wlroots API.