diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-09-22 08:36:38 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-09-24 08:12:35 -0700 |
commit | 9c8666d23fab6f580e8009b063b5a35dd452c4ea (patch) | |
tree | a3b5114875bd8a923bf3dc1438989bc1bc3cdc4e /meta-oe/recipes-support/portaudio | |
parent | 56045b13d0934a8efffaa24295d1e30e2cf07771 (diff) | |
download | meta-openembedded-9c8666d23fab6f580e8009b063b5a35dd452c4ea.tar.gz |
portaudio-v19: Inherit pkgconfig
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/portaudio')
-rw-r--r-- | meta-oe/recipes-support/portaudio/portaudio-v19_19.7.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/portaudio/portaudio-v19_19.7.0.bb b/meta-oe/recipes-support/portaudio/portaudio-v19_19.7.0.bb index c0b32e725..ac360659a 100644 --- a/meta-oe/recipes-support/portaudio/portaudio-v19_19.7.0.bb +++ b/meta-oe/recipes-support/portaudio/portaudio-v19_19.7.0.bb | |||
@@ -13,7 +13,7 @@ SRC_URI = " \ | |||
13 | SRCREV = "147dd722548358763a8b649b3e4b41dfffbcfbb6" | 13 | SRCREV = "147dd722548358763a8b649b3e4b41dfffbcfbb6" |
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||
16 | inherit cmake | 16 | inherit cmake pkgconfig |
17 | 17 | ||
18 | PACKAGECONFIG ??= "alsa jack" | 18 | PACKAGECONFIG ??= "alsa jack" |
19 | PACKAGECONFIG[alsa] = ",,alsa-lib" | 19 | PACKAGECONFIG[alsa] = ",,alsa-lib" |