diff options
author | Markus Volk <f_l_k@t-online.de> | 2022-03-17 16:02:24 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-03-17 12:58:15 -0700 |
commit | 4271b9d8b15dc56dd31289c43f8b92ff98cf4f75 (patch) | |
tree | 1306aa6cd018908bf273834c8f415eabc45d96d4 | |
parent | ffc43211bd0fc5483b4ec671e36f67c639af8fd2 (diff) | |
download | meta-openembedded-4271b9d8b15dc56dd31289c43f8b92ff98cf4f75.tar.gz |
libvdpau: allow to build native and nativesdk
This fixes an error if trying to add libvdpau to mesa PACKAGECONFIG
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-graphics/vdpau/libvdpau_1.5.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/vdpau/libvdpau_1.5.bb b/meta-oe/recipes-graphics/vdpau/libvdpau_1.5.bb index 1dc3b9acde..db3c045588 100644 --- a/meta-oe/recipes-graphics/vdpau/libvdpau_1.5.bb +++ b/meta-oe/recipes-graphics/vdpau/libvdpau_1.5.bb | |||
@@ -21,3 +21,5 @@ do_install:append() { | |||
21 | FILES:${PN}-dbg += "${libdir}/vdpau/.debug" | 21 | FILES:${PN}-dbg += "${libdir}/vdpau/.debug" |
22 | FILES:${PN}-dev += "${libdir}/vdpau/lib*${SOLIBSDEV}" | 22 | FILES:${PN}-dev += "${libdir}/vdpau/lib*${SOLIBSDEV}" |
23 | FILES:${PN} += "${libdir}/vdpau/lib*${SOLIBS}" | 23 | FILES:${PN} += "${libdir}/vdpau/lib*${SOLIBS}" |
24 | |||
25 | BBCLASSEXTEND = "native nativesdk" | ||