mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
Add xdg-utils to manifest for Ryujinx
This commit is contained in:
parent
274d5cdeb8
commit
b4a2e8a0bb
|
@ -1000,6 +1000,17 @@ modules:
|
|||
# THIS MUST BE AT THE END OF THE MANIFEST OR THE BINARY WILL GET CORRUPTED
|
||||
#
|
||||
|
||||
- name: xdg-utils
|
||||
buildsystem: simple
|
||||
build-commands:
|
||||
- |
|
||||
./configure --prefix=/app/bin
|
||||
make install
|
||||
sources:
|
||||
- type: git
|
||||
url: https://github.com/freedesktop/xdg-utils.git
|
||||
commit: 8ae02631a9806da11b34cd6b274af02d28aee5da
|
||||
|
||||
- name: Ryujinx
|
||||
buildsystem: simple
|
||||
build-options:
|
||||
|
|
Loading…
Reference in a new issue