forked from external/yambar
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 = []
|
bar_backends = []
|
||||||
|
|
||||||
if backend_x11
|
if backend_x11
|
||||||
bar_x11 = declare_dependency(sources: ['xcb.c', 'xcb.h'],
|
bar_x11 = declare_dependency(
|
||||||
dependencies: [xcb_stuff, cairo, cairo_ft])
|
sources: ['xcb.c', 'xcb.h'], dependencies: [xcb_stuff, cairo, cairo_ft])
|
||||||
bar_backends += [bar_x11]
|
bar_backends += [bar_x11]
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue