mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +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:
parent
ffc43211bd
commit
4271b9d8b1
@ -21,3 +21,5 @@ do_install:append() {
|
||||
FILES:${PN}-dbg += "${libdir}/vdpau/.debug"
|
||||
FILES:${PN}-dev += "${libdir}/vdpau/lib*${SOLIBSDEV}"
|
||||
FILES:${PN} += "${libdir}/vdpau/lib*${SOLIBS}"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user