mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-20 03:35:41 +02:00
meson: bar: prefer single, long line
This commit is contained in:
parent
c5fca9a92d
commit
a7e32f6a07
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
bar_backends = []
|
||||
|
||||
if backend_x11
|
||||
bar_x11 = declare_dependency(sources: ['xcb.c', 'xcb.h'],
|
||||
dependencies: [xcb_stuff, cairo, cairo_ft])
|
||||
bar_x11 = declare_dependency(
|
||||
sources: ['xcb.c', 'xcb.h'], dependencies: [xcb_stuff, cairo, cairo_ft])
|
||||
bar_backends += [bar_x11]
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue