correct header install, updated parallel packages
This commit is contained in:
parent
23397a8c01
commit
cebb7cc664
4 changed files with 4 additions and 4 deletions
|
@ -50,7 +50,7 @@ makeinstall_target() {
|
|||
cp ${PKG_BUILD}/data/* ${INSTALL}/usr/local/share/mupen64plus
|
||||
chmod 0644 ${INSTALL}/usr/local/share/mupen64plus/*
|
||||
mkdir -p ${SYSROOT_PREFIX}/usr/local/include/mupen64plus
|
||||
cp ${PKG_BUILD}/src/api/m64p_*.h ${SYSROOT_PREFIX}/usr/local/include/mupen64plus
|
||||
find ${PKG_BUILD}/src -name "*.h" -exec cp \{} ${SYSROOT_PREFIX}/usr/local/include/mupen64plus/ \;
|
||||
chmod 0644 ${SYSROOT_PREFIX}/usr/local/include/mupen64plus/*
|
||||
|
||||
if [ -e "${PKG_DIR}/config/${DEVICE}/mupen64plus.cfg" ]
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright (C) 2023-present RiShooty (https://github.com/rishooty)
|
||||
|
||||
PKG_NAME="mupen64plus-sa-rsp-parallel"
|
||||
PKG_VERSION="450419c3c0eafbf9d0a95553ad33adf784a45653"
|
||||
PKG_VERSION="ca25ed5b5997fd687dbdcda086cea3d08441d638"
|
||||
PKG_LICENSE="MIT"
|
||||
PKG_SITE="https://github.com/rishooty/parallel-rsp"
|
||||
PKG_URL="${PKG_SITE}.git"
|
||||
|
|
|
@ -47,6 +47,6 @@ makeinstall_target() {
|
|||
chmod 644 ${INSTALL}/usr/local/lib/libsimple64.so.2.0.0
|
||||
cp ${PKG_BUILD}/projects/unix/libsimple64.so.2 ${INSTALL}/usr/local/lib
|
||||
mkdir -p ${SYSROOT_PREFIX}/usr/local/include/simple64
|
||||
cp ${PKG_BUILD}/src/api/m64p_*.h ${SYSROOT_PREFIX}/usr/local/include/simple64
|
||||
find ${PKG_BUILD}/src -name "*.h" -exec cp \{} ${SYSROOT_PREFIX}/usr/local/include/simple64/ \;
|
||||
chmod 0644 ${SYSROOT_PREFIX}/usr/local/include/simple64/*
|
||||
}
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright (C) 2023-present RiShooty (https://github.com/rishooty)
|
||||
|
||||
PKG_NAME="mupen64plus-sa-video-parallel"
|
||||
PKG_VERSION="7cae79e294f8762d2382a6f508aa4e476ea6f70d"
|
||||
PKG_VERSION="3a97537ebe99b6c53420a52a038659931f606ab7"
|
||||
PKG_LICENSE="MIT"
|
||||
PKG_SITE="https://github.com/rishooty/parallel-rdp-standalone"
|
||||
PKG_URL="${PKG_SITE}.git"
|
||||
|
|
Loading…
Reference in a new issue