diff --git a/package/spice/spice.mk b/package/spice/spice.mk index ab35265ab4..5f7bcd9d2f 100644 --- a/package/spice/spice.mk +++ b/package/spice/spice.mk @@ -45,11 +45,6 @@ else SPICE_CONF_OPTS += --disable-opus endif -# no enable/disable, detected using pkg-config -ifeq ($(BR2_PACKAGE_OPUS),y) -SPICE_DEPENDENCIES += opus -endif - # We need to tweak spice.pc because it /forgets/ (for static linking) that # it should link against libz and libjpeg. libz is pkg-config-aware, while # libjpeg isn't, hence the two-line tweak