summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/vpl/libvpl_2.16.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-multimedia/vpl/libvpl_2.16.0.bb')
-rw-r--r--recipes-multimedia/vpl/libvpl_2.16.0.bb5
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 "
14SRCREV = "778a66d6c6537f08eabb91955dbbf1bce3812894" 14SRCREV = "778a66d6c6537f08eabb91955dbbf1bce3812894"
15 15
16inherit cmake 16inherit cmake pkgconfig
17DEPENDS += "libva pkgconfig-native" 17
18DEPENDS += "libva"
18 19
19PACKAGECONFIG ??= "tools" 20PACKAGECONFIG ??= "tools"
20PACKAGECONFIG[tools] = "-DBUILD_TOOLS=ON, -DBUILD_TOOLS=OFF, wayland wayland-native wayland-protocols" 21PACKAGECONFIG[tools] = "-DBUILD_TOOLS=ON, -DBUILD_TOOLS=OFF, wayland wayland-native wayland-protocols"