Initialize keyboard in registry poll

This commit is contained in:
Drew DeVault 2015-12-10 18:34:12 -05:00
parent 266393a705
commit a7710c5537
3 changed files with 128 additions and 0 deletions

View file

@ -2,6 +2,7 @@ include_directories(
${PROTOCOLS_INCLUDE_DIRS}
${PANGO_INCLUDE_DIRS}
${GDK_PIXBUF_INCLUDE_DIRS}
${XKBCOMMON_INCLUDE_DIRS}
)
add_library(sway-wayland
@ -17,4 +18,5 @@ target_link_libraries(sway-wayland
sway-protocols
${PANGO_LIBRARIES}
${GDK_PIXBUF_LIBRARIES}
${XKBCOMMON_LIBRARIES}
)