aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2024-01-19 12:21:15 +0100
committerLibravatar Simon Ser <contact@emersion.fr>2024-01-19 12:22:55 +0100
commitae33f4eb37a8ee647907e4fef72c6a488b8b1138 (patch)
treea9233688d3635db2ffae47d176a469d94e002675
parentscene_graph: port wlr_forgein_toplevel_management output enter/leave events (diff)
downloadsway-ae33f4eb37a8ee647907e4fef72c6a488b8b1138.tar.gz
sway-ae33f4eb37a8ee647907e4fef72c6a488b8b1138.tar.zst
sway-ae33f4eb37a8ee647907e4fef72c6a488b8b1138.zip
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: https://github.com/swaywm/sway/issues/7913
-rw-r--r--README.md2
-rw-r--r--meson_options.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index bf7e9c97..15c7c099 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ Install dependencies:
31* json-c 31* json-c
32* pango 32* pango
33* cairo 33* cairo
34* gdk-pixbuf2 (optional: system tray) 34* gdk-pixbuf2 (optional: additional image formats for system tray)
35* [swaybg] (optional: wallpaper) 35* [swaybg] (optional: wallpaper)
36* [scdoc] (optional: man pages) \* 36* [scdoc] (optional: man pages) \*
37* git (optional: version info) \* 37* git (optional: version info) \*
diff --git a/meson_options.txt b/meson_options.txt
index 6ba67554..8d0d6509 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -6,6 +6,6 @@ option('swaybar', type: 'boolean', value: true, description: 'Enable support for
6option('swaynag', type: 'boolean', value: true, description: 'Enable support for swaynag') 6option('swaynag', type: 'boolean', value: true, description: 'Enable support for swaynag')
7option('xwayland', type: 'feature', value: 'auto', description: 'Enable support for X11 applications') 7option('xwayland', type: 'feature', value: 'auto', description: 'Enable support for X11 applications')
8option('tray', type: 'feature', value: 'auto', description: 'Enable support for swaybar tray') 8option('tray', type: 'feature', value: 'auto', description: 'Enable support for swaybar tray')
9option('gdk-pixbuf', type: 'feature', value: 'auto', description: 'Enable support for more image formats in swaybg') 9option('gdk-pixbuf', type: 'feature', value: 'auto', description: 'Enable support for more image formats in swaybar tray')
10option('man-pages', type: 'feature', value: 'auto', description: 'Generate and install man pages') 10option('man-pages', type: 'feature', value: 'auto', description: 'Generate and install man pages')
11option('sd-bus-provider', type: 'combo', choices: ['auto', 'libsystemd', 'libelogind', 'basu'], value: 'auto', description: 'Provider of the sd-bus library') 11option('sd-bus-provider', type: 'combo', choices: ['auto', 'libsystemd', 'libelogind', 'basu'], value: 'auto', description: 'Provider of the sd-bus library')