mirror of
https://github.com/swaywm/sway.git
synced 2025-11-22 06:59:48 -05:00
Implements swaynagbar
This commit is contained in:
parent
abf33468c1
commit
88bc4b528e
8 changed files with 857 additions and 0 deletions
20
swaynagbar/meson.build
Normal file
20
swaynagbar/meson.build
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
executable(
|
||||
'swaynagbar', [
|
||||
'main.c',
|
||||
'nagbar.c',
|
||||
'render.c',
|
||||
],
|
||||
include_directories: [sway_inc],
|
||||
dependencies: [
|
||||
cairo,
|
||||
client_protos,
|
||||
gdk_pixbuf,
|
||||
pango,
|
||||
pangocairo,
|
||||
wayland_client,
|
||||
wayland_cursor,
|
||||
wlroots,
|
||||
],
|
||||
link_with: [lib_sway_common, lib_sway_client],
|
||||
install: true
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue