diff mbox series

[2/2] package/spice: drop duplicated opus handling

Message ID 20210616061002.345235-2-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/2] package/spice: security bump to version 0.15.0 | expand

Commit Message

Fabrice Fontaine June 16, 2021, 6:10 a.m. UTC
opus dependency is handled twice since commit
f33f7a4f6407f624edb4b4ffe54cb09e029a49b2

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/spice/spice.mk | 5 -----
 1 file changed, 5 deletions(-)

Comments

Peter Korsgaard Aug. 4, 2021, 12:34 p.m. UTC | #1
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > opus dependency is handled twice since commit
 > f33f7a4f6407f624edb4b4ffe54cb09e029a49b2

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2021.02.x and 2021.05.x, thanks.
diff mbox series

Patch

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