Move rotation patch to device specific folder

This commit is contained in:
Konstantin Koshelev 2022-05-28 09:43:16 -07:00
parent 99c7abfbd3
commit 3b3f1fe1f1
No known key found for this signature in database
GPG key ID: 51CA6748A7A4A97F
3 changed files with 2 additions and 0 deletions

View file

@ -11,6 +11,7 @@ PKG_DEPENDS_TARGET="toolchain opus libevdev alsa enet"
PKG_SHORTDESC="Moonlight Embedded is an open source implementation of NVIDIA's GameStream, as used by the NVIDIA Shield, but built for Linux."
PKG_TOOLCHAIN="cmake"
GET_HANDLER_SUPPORT="git"
PKG_PATCH_DIRS+="${DEVICE}"
post_makeinstall_target() {
mkdir -p $INSTALL/usr/config/moonlight

View file

@ -0,0 +1 @@
RG552