Start moving xcb-specific stuff to their own directory

This commit is contained in:
lbonn
2020-05-29 23:46:44 +02:00
parent 57ee69367d
commit eb63d83a99
3 changed files with 2 additions and 2 deletions

View File

@@ -135,7 +135,6 @@ bison = generator(find_program('bison'),
rofi_sources = files(
'source/rofi.c',
'source/view.c',
'source/mode.c',
'source/keyb.c',
'config/config.c',
@@ -154,7 +153,6 @@ rofi_sources = files(
'source/widgets/scrollbar.c',
'source/xrmoptions.c',
'source/rofi-types.c',
'source/xcb.c',
'source/dialogs/run.c',
'source/dialogs/ssh.c',
'source/dialogs/drun.c',
@@ -163,6 +161,8 @@ rofi_sources = files(
'source/dialogs/window.c',
'source/dialogs/script.c',
'source/dialogs/help-keys.c',
'source/xcb/display.c',
'source/xcb/view.c',
'include/display.h',
'include/xcb.h',
'include/xcb-internal.h',