summaryrefslogtreecommitdiff
path: root/recipes-graphics/mesa/mesa_%.bbappend
blob: 23b9af63e22e497d184468ac28130c8b6a0ea9e9 (plain)
1
2
3
4
5
6
7
8
# we use binary only EGL, GL ES1, GL ES2 drivers (package trdx-nv-binaries)
# adapted from meta-fsl-arm/recipes-graphics/mesa/
# FIXME: We may need to disable EGL, GL ES1 and GL ES2
PACKAGECONFIG_remove_tegra = "egl gles"

PROVIDES_remove_tegra = "virtual/libgles1 virtual/libgles2 virtual/egl"

PACKAGE_ARCH = "${MACHINE_ARCH}"