diff options
Diffstat (limited to 'recipes-multimedia/vpl/libvpl_2.16.0.bb')
| -rw-r--r-- | recipes-multimedia/vpl/libvpl_2.16.0.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-multimedia/vpl/libvpl_2.16.0.bb b/recipes-multimedia/vpl/libvpl_2.16.0.bb index 107abef5..19fe8d14 100644 --- a/recipes-multimedia/vpl/libvpl_2.16.0.bb +++ b/recipes-multimedia/vpl/libvpl_2.16.0.bb | |||
| @@ -13,8 +13,9 @@ SRC_URI = "git://github.com/intel/libvpl.git;protocol=https;branch=main \ | |||
| 13 | " | 13 | " |
| 14 | SRCREV = "778a66d6c6537f08eabb91955dbbf1bce3812894" | 14 | SRCREV = "778a66d6c6537f08eabb91955dbbf1bce3812894" |
| 15 | 15 | ||
| 16 | inherit cmake | 16 | inherit cmake pkgconfig |
| 17 | DEPENDS += "libva pkgconfig-native" | 17 | |
| 18 | DEPENDS += "libva" | ||
| 18 | 19 | ||
| 19 | PACKAGECONFIG ??= "tools" | 20 | PACKAGECONFIG ??= "tools" |
| 20 | PACKAGECONFIG[tools] = "-DBUILD_TOOLS=ON, -DBUILD_TOOLS=OFF, wayland wayland-native wayland-protocols" | 21 | PACKAGECONFIG[tools] = "-DBUILD_TOOLS=ON, -DBUILD_TOOLS=OFF, wayland wayland-native wayland-protocols" |
