mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 20:07:25 +00:00
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>
This commit is contained in:
@@ -21,3 +21,5 @@ do_install:append() {
|
|||||||
FILES:${PN}-dbg += "${libdir}/vdpau/.debug"
|
FILES:${PN}-dbg += "${libdir}/vdpau/.debug"
|
||||||
FILES:${PN}-dev += "${libdir}/vdpau/lib*${SOLIBSDEV}"
|
FILES:${PN}-dev += "${libdir}/vdpau/lib*${SOLIBSDEV}"
|
||||||
FILES:${PN} += "${libdir}/vdpau/lib*${SOLIBS}"
|
FILES:${PN} += "${libdir}/vdpau/lib*${SOLIBS}"
|
||||||
|
|
||||||
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|||||||
Reference in New Issue
Block a user