mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-03-06 14:27:48 +00:00
CEMU: Added libsepol
This commit is contained in:
parent
1a21cf0961
commit
3a17cb92fc
|
@ -945,6 +945,18 @@ modules:
|
||||||
# Cemu - START
|
# Cemu - START
|
||||||
# https://github.com/cemu-project/Cemu/releases
|
# https://github.com/cemu-project/Cemu/releases
|
||||||
|
|
||||||
|
- name: libsepol
|
||||||
|
buildsystem: simple
|
||||||
|
build-commands:
|
||||||
|
- |
|
||||||
|
cd libsepol
|
||||||
|
make
|
||||||
|
make install PREFIX=${FLATPAK_DEST}
|
||||||
|
sources:
|
||||||
|
- type: git
|
||||||
|
url: https://github.com/SELinuxProject/selinux.git
|
||||||
|
commit: 0a8c177dacdc1df96ea11bb8aa75e16c4fa82285
|
||||||
|
|
||||||
- name: Cemu-binary
|
- name: Cemu-binary
|
||||||
buildsystem: simple
|
buildsystem: simple
|
||||||
build-commands:
|
build-commands:
|
||||||
|
|
Loading…
Reference in a new issue