mirror of
https://github.com/swaywm/sway.git
synced 2025-10-29 05:40:18 -04:00
Start port of swaybar to layer shell
This starts up the event loop and wayland display and shims out the basic top level rendering concepts. Also includes some changes to incorporate pango into the 1.x codebase properly.
This commit is contained in:
parent
382e8af418
commit
cab1352801
23 changed files with 345 additions and 3787 deletions
|
|
@ -35,6 +35,7 @@ pixman = dependency('pixman-1')
|
|||
libcap = dependency('libcap')
|
||||
libinput = dependency('libinput')
|
||||
math = cc.find_library('m')
|
||||
rt = cc.find_library('rt')
|
||||
git = find_program('git', required: false)
|
||||
a2x = find_program('a2x', required: false)
|
||||
|
||||
|
|
@ -99,8 +100,10 @@ subdir('protocols')
|
|||
subdir('common')
|
||||
subdir('sway')
|
||||
subdir('swaymsg')
|
||||
|
||||
subdir('client')
|
||||
subdir('swaybg')
|
||||
subdir('swaybar')
|
||||
|
||||
config = configuration_data()
|
||||
config.set('sysconfdir', join_paths(prefix, sysconfdir))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue