More 552 mainline changes

This commit is contained in:
brooksytech 2022-08-31 23:27:58 -07:00
parent 92787368fa
commit 7212c87eea
No known key found for this signature in database
GPG key ID: 45B78D3C7B40B188
7 changed files with 36 additions and 3 deletions

View file

@ -34,7 +34,7 @@ fi
if [ "${DISPLAYSERVER}" = "wl" ]
then
PKG_DEPENDS_TARGET+=" vulkan-loader vulkan-headers wayland ${WINDOWMANAGER}"
PKG_DEPENDS_TARGET+=" wayland ${WINDOWMANAGER}"
PKG_CMAKE_OPTS_TARGET+=" -DVIDEO_WAYLAND=ON \
-DVIDEO_WAYLAND_QT_TOUCH=ON \
-DWAYLAND_SHARED=ON"

View file

@ -8,7 +8,7 @@ PKG_SHA256="e6adbebcfbc95867de01060d93c789938cf89cc1d1f6ef9ef661890f6217451f"
PKG_LICENSE="LGPL2.1"
PKG_SITE="https://gnutls.org"
PKG_URL="https://www.gnupg.org/ftp/gcrypt/gnutls/v${PKG_VERSION:0:3}/${PKG_NAME}-${PKG_VERSION}.tar.xz"
PKG_DEPENDS_TARGET="toolchain libidn2 nettle zlib"
PKG_DEPENDS_TARGET="toolchain libidn2 nettle zlib valgrind"
PKG_LONGDESC="A library which provides a secure layer over a reliable transport layer."
PKG_CONFIGURE_OPTS_TARGET="--disable-doc \

View file

@ -0,0 +1,33 @@
<?xml version="1.0"?>
<inputList>
<inputConfig type="keyboard" deviceName="Keyboard" deviceGUID="-1">
<input name="hotkeyenable" type="key" id="1073741952" value="1" />
</inputConfig>
<inputConfig type="joystick" deviceName="retrogame_joypad" deviceGUID="190000004b4800000111000000010000">
<input name="a" type="button" id="1" value="1" />
<input name="b" type="button" id="0" value="1" />
<input name="up" type="button" id="13" value="1" />
<input name="down" type="button" id="14" value="1" />
<input name="left" type="button" id="15" value="1" />
<input name="right" type="button" id="16" value="1" />
<input name="hotkeyenable" type="button" id="10" value="1" />
<input name="leftanalogleft" type="axis" id="0" value="-1" />
<input name="leftanalogright" type="axis" id="0" value="1" />
<input name="leftanalogup" type="axis" id="1" value="-1" />
<input name="leftanalogdown" type="axis" id="1" value="1" />
<input name="leftshoulder" type="button" id="4" value="1" />
<input name="leftthumb" type="button" id="11" value="1" />
<input name="lefttrigger" type="button" id="6" value="1" />
<input name="rightanalogleft" type="axis" id="2" value="-1" />
<input name="rightanalogright" type="axis" id="2" value="1" />
<input name="rightanalogup" type="axis" id="3" value="-1" />
<input name="rightanalogdown" type="axis" id="3" value="1" />
<input name="rightshoulder" type="button" id="5" value="1" />
<input name="rightthumb" type="button" id="12" value="1" />
<input name="righttrigger" type="button" id="7" value="1" />
<input name="select" type="button" id="8" value="1" />
<input name="start" type="button" id="9" value="1" />
<input name="x" type="button" id="2" value="1" />
<input name="y" type="button" id="3" value="1" />
</inputConfig>
</inputList>

View file

@ -17,7 +17,7 @@ case ${DEVICE} in
PKG_URL="${PKG_SITE}/rk3326-uboot.git"
PKG_VERSION="9f8c2e3936"
;;
RG552)
RG552|RG552ML)
PKG_URL="${PKG_SITE}/rk3399-uboot.git"
PKG_VERSION="b2b3fa8268"
;;