diff options
-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") |