mirror of
https://github.com/swaywm/sway.git
synced 2026-05-01 06:46:25 -04:00
Make libsfdo a hard dependency.
This commit is contained in:
parent
c8cc27c49e
commit
0872673472
3 changed files with 12 additions and 48 deletions
|
|
@ -7,6 +7,10 @@ tray_files = have_tray ? [
|
|||
] : []
|
||||
|
||||
swaybar_deps = [
|
||||
libsfdo_basedir,
|
||||
libsfdo_desktop,
|
||||
libsfdo_desktop_file,
|
||||
libsfdo_icon,
|
||||
cairo,
|
||||
gdk_pixbuf,
|
||||
jsonc,
|
||||
|
|
@ -21,15 +25,6 @@ if have_tray
|
|||
swaybar_deps += sdbus
|
||||
endif
|
||||
|
||||
if have_libsfdo
|
||||
swaybar_deps += [
|
||||
sfdo_basedir,
|
||||
sfdo_desktop,
|
||||
sfdo_desktop_file,
|
||||
sfdo_icon
|
||||
]
|
||||
endif
|
||||
|
||||
executable(
|
||||
'swaybar', [
|
||||
'bar.c',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue