Skip to content

Commit 9851599

Browse files
committed
Clarify gdk-pixbuf dependency purpose
swaybg is out-of-tree so not relevant here. swaybar's tray doesn't actually depend on gdk-pixbuf, but gdk-pixbuf enables more image formats for swaybar tray when available. Closes: #7913 (cherry picked from commit ae33f4e)
1 parent f7f5ac7 commit 9851599

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Install dependencies:
3131
* json-c
3232
* pango
3333
* cairo
34-
* gdk-pixbuf2 (optional: system tray)
34+
* gdk-pixbuf2 (optional: additional image formats for system tray)
3535
* [swaybg] (optional: wallpaper)
3636
* [scdoc] (optional: man pages) \*
3737
* git (optional: version info) \*

meson_options.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ option('swaybar', type: 'boolean', value: true, description: 'Enable support for
66
option('swaynag', type: 'boolean', value: true, description: 'Enable support for swaynag')
77
option('xwayland', type: 'feature', value: 'auto', description: 'Enable support for X11 applications')
88
option('tray', type: 'feature', value: 'auto', description: 'Enable support for swaybar tray')
9-
option('gdk-pixbuf', type: 'feature', value: 'auto', description: 'Enable support for more image formats in swaybg')
9+
option('gdk-pixbuf', type: 'feature', value: 'auto', description: 'Enable support for more image formats in swaybar tray')
1010
option('man-pages', type: 'feature', value: 'auto', description: 'Generate and install man pages')
1111
option('sd-bus-provider', type: 'combo', choices: ['auto', 'libsystemd', 'libelogind', 'basu'], value: 'auto', description: 'Provider of the sd-bus library')

0 commit comments

Comments
 (0)