build: Remove libeekboard dependency

This commit is contained in:
Dorota Czaplejewicz
2019-03-14 18:03:10 +00:00
parent a243fce1ae
commit 5803222e68
2 changed files with 10 additions and 3 deletions

View File

@ -170,7 +170,8 @@ eekboard_context_service_real_create_keyboard (EekboardContextService *self,
eekboard_xkl_config_rec_from_string (&keyboard_type[4]);
if (display == NULL)
display = XOpenDisplay (NULL);
//display = XOpenDisplay (NULL);
return NULL; // FIXME: replace with wl display
error = NULL;
layout = eek_xkl_layout_new (display, &error);