xpra: depend on libappindicator

Without this, xpra client does not show tray icon in wayland-based
desktops.
This commit is contained in:
Michal Sojka 2023-09-08 14:04:52 +02:00 committed by Anderson Torres
parent a552311804
commit a68dc64ea1

View file

@ -16,6 +16,7 @@
, gobject-introspection , gobject-introspection
, gst_all_1 , gst_all_1
, gtk3 , gtk3
, libappindicator
, libfakeXinerama , libfakeXinerama
, librsvg , librsvg
, libvpx , libvpx
@ -118,6 +119,7 @@ in buildPythonApplication rec {
gdk-pixbuf gdk-pixbuf
glib glib
gtk3 gtk3
libappindicator
librsvg librsvg
libvpx libvpx
libwebp libwebp