forked from external/yambar
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
|
||||
|
|
|
@ -14,13 +14,13 @@
|
|||
#include <wayland-client.h>
|
||||
#include <wayland-cursor.h>
|
||||
|
||||
#include <tllist.h>
|
||||
#include <xdg-output-unstable-v1.h>
|
||||
#include <wlr-layer-shell-unstable-v1.h>
|
||||
|
||||
#define LOG_MODULE "bar:wayland"
|
||||
#define LOG_ENABLE_DBG 0
|
||||
#include "../log.h"
|
||||
#include "../tllist.h"
|
||||
#include "../stride.h"
|
||||
|
||||
#include "private.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue