Skip to content

ease cross build dependency installability

When attempting to install cross build dependencies,

  $ apt -aarmhf build-dep ./

previously enabling the architecture:

  $ dpkg --add-architecture armhf
  $ apt update

mesa fails to resolve cross build dependencies. The following patch allows to satisfy cross build dependencies by the native packages.

Edited by Héctor Orón Martínez

Merge request reports

Loading