Closed zeroepoch closed 8 years ago
In order to complete ./scripts/build-xserver today you need to install the intltool package on the host (Ubuntu) and add libepoxy to scripts/distro/prepare-ArchLinuxArm which will add this required library in the guest FS.
./scripts/build-xserver
intltool
libepoxy
scripts/distro/prepare-ArchLinuxArm
Added references to both, thanks!
In order to complete
./scripts/build-xserver
today you need to install theintltool
package on the host (Ubuntu) and addlibepoxy
toscripts/distro/prepare-ArchLinuxArm
which will add this required library in the guest FS.