mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-01 15:22:43 +08:00
pulseaudio: fix recursive dependencies
This commit is contained in:
parent
da24354376
commit
cf9f28a6d0
@ -84,7 +84,7 @@ endef
|
|||||||
define Package/pulseaudio-tools
|
define Package/pulseaudio-tools
|
||||||
SECTION:=sound
|
SECTION:=sound
|
||||||
CATEGORY:=Sound
|
CATEGORY:=Sound
|
||||||
DEPENDS:=+libsndfile +pulseaudio
|
DEPENDS:=+libsndfile pulseaudio
|
||||||
TITLE:=Tools for Pulseaudio
|
TITLE:=Tools for Pulseaudio
|
||||||
URL:=http://www.pulseaudio.org
|
URL:=http://www.pulseaudio.org
|
||||||
VARIANT:=noavahi
|
VARIANT:=noavahi
|
||||||
@ -93,7 +93,7 @@ endef
|
|||||||
define Package/pulseaudio-profiles
|
define Package/pulseaudio-profiles
|
||||||
SECTION:=sound
|
SECTION:=sound
|
||||||
CATEGORY:=Sound
|
CATEGORY:=Sound
|
||||||
DEPENDS:=+pulseaudio
|
DEPENDS:=pulseaudio
|
||||||
TITLE:=Profiles for Pulseaudio
|
TITLE:=Profiles for Pulseaudio
|
||||||
URL:=http://www.pulseaudio.org
|
URL:=http://www.pulseaudio.org
|
||||||
endef
|
endef
|
||||||
|
Loading…
Reference in New Issue
Block a user