diff --git a/qemu.recipe.py b/qemu.recipe.py index a9fe9ba..5788cef 100644 --- a/qemu.recipe.py +++ b/qemu.recipe.py @@ -13,7 +13,7 @@ build = [ # extract f"mkdir -p {fembuilddir} && cd {fembuilddir} && tar -xvf /var/lib/fempkg/pkgs/{pkgname}-{pkgver}.tar.xz", # build and install!! - f"cd {builddir} && mkdir build && cd build && ../configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --target-list=x86_64-softmmu,aarch64-softmmu,i386-softmmu,arm-softmmu,ppc-softmmu,ppc64-softmmu --audio-drv-list=alsa --enable-virglrenderer --disable-pa --enable-slirp --enable-opengl --disable-docs --docdir=/usr/share/doc/qemu-{pkgver}", + f"cd {builddir} && mkdir build && cd build && ../configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --target-list=x86_64-softmmu,aarch64-softmmu,i386-softmmu,arm-softmmu,ppc-softmmu,ppc64-softmmu,mipsel-softmmu --audio-drv-list=alsa --enable-virglrenderer --disable-pa --enable-slirp --enable-opengl --disable-docs --docdir=/usr/share/doc/qemu-{pkgver}", f"cd {builddir}/build && make -j$(nproc) && make DESTDIR={destdir} install -j$(nproc)", # license cuz p @@ -30,4 +30,4 @@ build = [ triggers = [ f"usermod -a -G kvm $(cat /var/lib/fempkg/username ) || true" -] \ No newline at end of file +]