diff options
author | Joshua Watt <Joshua.Watt@garmin.com> | 2019-05-01 16:54:44 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-09-04 14:33:46 -0300 |
commit | 6e1f0d9fbeb9f09bb95ebf451704762194d1d9b7 (patch) | |
tree | f09e0feb1f13ace0c24af6831dedbb8c6c953635 /recipes-graphics/imx-gpu-viv | |
parent | 1b47997276d08667ec833545e46969d9a093403c (diff) | |
download | meta-freescale-6e1f0d9fbeb9f09bb95ebf451704762194d1d9b7.tar.gz |
imx-gpu-viv: RPROVIDE virtual/libgbm
Adds the virtual runtime provider for libgbm
Signed-off-by: Joshua Watt <Joshua.Watt@garmin.com>
Diffstat (limited to 'recipes-graphics/imx-gpu-viv')
-rw-r--r-- | recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc b/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc index c9317d36..70435b9c 100644 --- a/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc +++ b/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc | |||
@@ -110,7 +110,7 @@ python __anonymous() { | |||
110 | # they don't get Debian-renamed (which would remove the -imx suffix). | 110 | # they don't get Debian-renamed (which would remove the -imx suffix). |
111 | for p in (("libegl", "libegl1"), ("libgl", "libgl1"), | 111 | for p in (("libegl", "libegl1"), ("libgl", "libgl1"), |
112 | ("libgles1", "libglesv1-cm1"), ("libgles2", "libglesv2-2"), | 112 | ("libgles1", "libglesv1-cm1"), ("libgles2", "libglesv2-2"), |
113 | ("libgles3",) , ("libvulkan",)): | 113 | ("libgles3",) , ("libvulkan",), ("libgbm",)): |
114 | fullp = p[0] + "-imx" | 114 | fullp = p[0] + "-imx" |
115 | pkgs = " ".join(p) | 115 | pkgs = " ".join(p) |
116 | d.setVar("DEBIAN_NOAUTONAME_" + fullp, "1") | 116 | d.setVar("DEBIAN_NOAUTONAME_" + fullp, "1") |