1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

alsa-lib: Add RDEPENDS on alsa-conf

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@859 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2006-11-16 14:40:38 +00:00
parent 883741fc1d
commit c1294196f2
+2
View File
@@ -28,3 +28,5 @@ FILES_libasound = "${libdir}/libasound.so*"
FILES_alsa-server = "${bindir}/*"
FILES_alsa-conf = "${datadir}"
FILES_alsa-dev = "${libdir}/pkgconfig/ /usr/include/"
RDEPENDS_libasound = "alsa-conf"