diff options
Diffstat (limited to 'packages/midpath/midpath.inc')
-rw-r--r-- | packages/midpath/midpath.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/midpath/midpath.inc b/packages/midpath/midpath.inc index 703d9bdd3c..19b4179536 100644 --- a/packages/midpath/midpath.inc +++ b/packages/midpath/midpath.inc @@ -5,7 +5,7 @@ # RDEPENDS. require midpath-common.inc -RDEPENDS = "midpath-core midpath-core-bluetooth midpath-core-ogg midpath-core-mp3" +RDEPENDS = "midpath-core midpath-core-bluetooth midpath-core-ogg ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'midpath-core-mp3', d)}" PROVIDES = "midpath" RPROVIDES = "midpath" |