mirror of
https://github.com/swaywm/sway.git
synced 2026-04-27 06:46:25 -04:00
Clean up build scaffolding for libsfdo and add the creation and
destruction of an sfdo data structure associated with a sway server with a view to future use of icon themes in places such as titlebars
This commit is contained in:
parent
d9a6bdb85e
commit
3a21b8c6f1
4 changed files with 147 additions and 29 deletions
|
|
@ -244,6 +244,15 @@ if wlroots_features['libinput_backend']
|
|||
sway_sources += 'input/libinput.c'
|
||||
endif
|
||||
|
||||
if have_libsfdo
|
||||
sway_deps += [
|
||||
sfdo_basedir,
|
||||
sfdo_desktop,
|
||||
sfdo_desktop_file,
|
||||
sfdo_icon
|
||||
]
|
||||
endif
|
||||
|
||||
executable(
|
||||
'sway',
|
||||
sway_sources + wl_protos_src,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue