diff options
| -rw-r--r-- | meta/recipes-multimedia/libsndfile/libsndfile1_1.0.28.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.28.bb b/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.28.bb index 7855008f3d..b100108766 100644 --- a/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.28.bb +++ b/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.28.bb | |||
| @@ -32,7 +32,11 @@ PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'alsa', d)}" | |||
| 32 | PACKAGECONFIG[alsa] = "--enable-alsa,--disable-alsa,alsa-lib" | 32 | PACKAGECONFIG[alsa] = "--enable-alsa,--disable-alsa,alsa-lib" |
| 33 | PACKAGECONFIG[regtest] = "--enable-sqlite,--disable-sqlite,sqlite3" | 33 | PACKAGECONFIG[regtest] = "--enable-sqlite,--disable-sqlite,sqlite3" |
| 34 | 34 | ||
| 35 | inherit autotools lib_package pkgconfig | 35 | inherit autotools lib_package pkgconfig multilib_header |
| 36 | |||
| 37 | do_install_append() { | ||
| 38 | oe_multilib_header sndfile.h | ||
| 39 | } | ||
| 36 | 40 | ||
| 37 | # This can't be replicated and is just a memory leak. | 41 | # This can't be replicated and is just a memory leak. |
| 38 | # https://github.com/erikd/libsndfile/issues/398 | 42 | # https://github.com/erikd/libsndfile/issues/398 |
