mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-23 10:35:40 +02:00
tllist: use tllist from external git repository
This commit is contained in:
parent
736e07b15e
commit
0550d2799d
14 changed files with 22 additions and 171 deletions
|
@ -36,7 +36,7 @@ if backend_wayland
|
|||
|
||||
bar_wayland = declare_dependency(
|
||||
sources: ['wayland.c', 'wayland.h'] + wl_proto_src + wl_proto_headers,
|
||||
dependencies: [wayland_client, wayland_cursor])
|
||||
dependencies: [wayland_client, wayland_cursor, tllist])
|
||||
|
||||
bar_backends += [bar_wayland]
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue