summaryrefslogtreecommitdiffstats
path: root/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.18.bb
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-graphics/xorg-driver/emgd-driver-bin_1.18.bb')
-rw-r--r--common/recipes-graphics/xorg-driver/emgd-driver-bin_1.18.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.18.bb b/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.18.bb
index b659a8b4..ee4a313c 100644
--- a/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.18.bb
+++ b/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.18.bb
@@ -18,6 +18,11 @@ LIC_FILES_CHKSUM = "file://${WORKDIR}/${EMGD_LIC_DIR}/License.txt;md5=7ce256e6a3
18 18
19DEPENDS = "rpm-native xz-native" 19DEPENDS = "rpm-native xz-native"
20RDEPENDS_${PN} = "libxcb-dri2 cairo xserver-xorg" 20RDEPENDS_${PN} = "libxcb-dri2 cairo xserver-xorg"
21RDEPENDS_emgd-gst-plugins-mixvideo = "libva-tpi"
22
23# These libraries shouldn't get installed in world builds unless something
24# explicitly depends upon them.
25EXCLUDE_FROM_WORLD = "1"
21 26
22# Add the ABI dependency at package generation time, as otherwise bitbake will 27# Add the ABI dependency at package generation time, as otherwise bitbake will
23# attempt to find a provider for it (and fail) when it does the parse. 28# attempt to find a provider for it (and fail) when it does the parse.