[newrpl] build tui too
This commit is contained in:
parent
3176a4077d
commit
45109fffee
1 changed files with 11 additions and 1 deletions
|
@ -60,6 +60,12 @@ qmake ../newrpl-comp.pro
|
|||
make -j$NPROC
|
||||
cp newrpl-comp ../tools-bin/
|
||||
|
||||
cd $TMP/$PRGNAM/
|
||||
mkdir build-base
|
||||
cd build-base/
|
||||
qmake ../newrpl/newRPL-base.pro
|
||||
make -j$NPROC
|
||||
|
||||
cd $TMP/$PRGNAM/
|
||||
mkdir build-ui
|
||||
cd build-ui/
|
||||
|
@ -74,8 +80,12 @@ make -j$NPROC
|
|||
|
||||
cd $TMP/$PRGNAM/
|
||||
mkdir -p $PKG$PREFIX/bin/
|
||||
cp build-ui/newrpl-ui build-comp/newrpl-comp $PKG$PREFIX/bin/
|
||||
cp build-comp/newrpl-comp $PKG$PREFIX/bin/
|
||||
|
||||
cp build-base/newrpl-base $PKG$PREFIX/bin/newrpl-tui
|
||||
cp build-ui/newrpl-ui $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-bmp2font/bmp2font $PKG$PREFIX/bin/newrpl-bmp2font
|
||||
|
||||
|
|
Loading…
Reference in a new issue