[d/newrpl] build newrpl-ui-prime
This commit is contained in:
parent
0e2120caa1
commit
542a49c71e
1 changed files with 6 additions and 0 deletions
|
@ -61,10 +61,16 @@ cd build-ui/
|
||||||
qmake ../newrpl-ui.pro
|
qmake ../newrpl-ui.pro
|
||||||
make -j$NPROC
|
make -j$NPROC
|
||||||
|
|
||||||
|
cd $TMP/$PRGNAM/
|
||||||
|
mkdir build-ui-prime
|
||||||
|
cd build-ui-prime/
|
||||||
|
qmake ../newrpl-ui-prime.pro
|
||||||
|
make -j$NPROC
|
||||||
|
|
||||||
cd $TMP/$PRGNAM/
|
cd $TMP/$PRGNAM/
|
||||||
mkdir -p $PKG$PREFIX/bin/
|
mkdir -p $PKG$PREFIX/bin/
|
||||||
cp build-ui/newrpl-ui build-comp/newrpl-comp $PKG$PREFIX/bin/
|
cp build-ui/newrpl-ui build-comp/newrpl-comp $PKG$PREFIX/bin/
|
||||||
|
cp build-ui-prime/newrpl-ui $PKG$PREFIX/bin/newrpl-ui-prime
|
||||||
cp build-elf2rom/elf2rom $PKG$PREFIX/bin/newrpl-elf2rom
|
cp build-elf2rom/elf2rom $PKG$PREFIX/bin/newrpl-elf2rom
|
||||||
cp build-bmp2font/bmp2font $PKG$PREFIX/bin/newrpl-bmp2font
|
cp build-bmp2font/bmp2font $PKG$PREFIX/bin/newrpl-bmp2font
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue