mirror of
https://github.com/swaywm/sway.git
synced 2026-04-23 06:46:27 -04:00
Address first round review for swaynag
This commit is contained in:
parent
72db10c2f1
commit
a4f7bf23b2
9 changed files with 29 additions and 30 deletions
20
swaynag/meson.build
Normal file
20
swaynag/meson.build
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
executable(
|
||||
'swaynag', [
|
||||
'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