Make libsfdo a hard dependency.

This commit is contained in:
myrslint 2025-07-02 21:10:01 +00:00
parent c8cc27c49e
commit 0872673472
3 changed files with 12 additions and 48 deletions

View file

@ -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',