Skip to content

Commit

Permalink
rework dependency list
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-maus committed Jul 25, 2024
1 parent dc5e12e commit 07a4168
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion buildroot-external/package/spice-gtk/spice-gtk.mk
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,18 @@ SPICE_GTK_LICENSE = GPL-2.0
SPICE_GTK_LICENSE_FILES = COPYING
SPICE_GTK_INSTALL_STAGING = YES

SPICE_GTK_DEPENDENCIES = spice-protocol host-python-six host-python-pyparsing jpeg json-glib gstreamer1 gst1-plugins-base usbredir usbutils phodav opus
SPICE_GTK_DEPENDENCIES = \
spice-protocol \
host-python-six \
host-python-pyparsing \
jpeg \
json-glib \
gstreamer1 \
gst1-plugins-base \
usbredir \
usbutils \
phodav \
opus

SPICE_GTK_CONF_OPTS += -Dusb-ids-path=/usr/share/hwdata/usb.ids

Expand Down

0 comments on commit 07a4168

Please sign in to comment.