alsa-lib: add missing dependencies
authorFelix Fietkau <nbd@openwrt.org>
Mon, 11 Jun 2012 22:46:25 +0000 (22:46 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 11 Jun 2012 22:46:25 +0000 (22:46 +0000)
SVN-Revision: 32222

libs/alsa-lib/Makefile

index 89326728eca518e078b0176bc1c77a774ed8b796..fd12fe94c4ca16b4e9d08a71adf628f389d1dbfc 100644 (file)
@@ -26,7 +26,7 @@ define Package/alsa-lib
   CATEGORY:=Libraries
   TITLE:=ALSA (Advanced Linux Sound Architecture) library
   URL:=http://www.alsa-project.org/
-  DEPENDS:=@AUDIO_SUPPORT +kmod-sound-core
+  DEPENDS:=@AUDIO_SUPPORT +kmod-sound-core +libpthread +librt
 endef
 
 define Package/alsa-lib/description