Fix to support future mx6 i.MX 6UltraLite which does not have a GPU.
This SoC will use mesa so mesa changes before should be more SoC
specific to allow future mx6 SoC without GPU to use software
rendering.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
# i.MX6 has DirectFB acceleration support, so add it
-RDEPENDS_${PN}_append_mx6 = " libvivante-dfb-mx6"
-PACKAGE_ARCH_mx6 = "${MACHINE_ARCH}"
+RDEPENDS_${PN}_append_mx6q = " libvivante-dfb-mx6"
+PACKAGE_ARCH_mx6q = "${MACHINE_ARCH}"
+
+RDEPENDS_${PN}_append_mx6dl = " libvivante-dfb-mx6"
+PACKAGE_ARCH_mx6dl = "${MACHINE_ARCH}"
+
+RDEPENDS_${PN}_append_mx6sx = " libvivante-dfb-mx6"
+PACKAGE_ARCH_mx6sx = "${MACHINE_ARCH}"
+
+RDEPENDS_${PN}_append_mx6sl = " libvivante-dfb-mx6"
+PACKAGE_ARCH_mx6sl = "${MACHINE_ARCH}"