mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-02-16 19:35:39 +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
|
# 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
|
- name: Ryujinx
|
||||||
buildsystem: simple
|
buildsystem: simple
|
||||||
build-options:
|
build-options:
|
||||||
|
|
Loading…
Reference in a new issue