mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 15:35:38 +00:00
CEMU: Added libsepol
This commit is contained in:
parent
1a21cf0961
commit
3a17cb92fc
|
@ -945,6 +945,18 @@ modules:
|
|||
# Cemu - START
|
||||
# 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
|
||||
buildsystem: simple
|
||||
build-commands:
|
||||
|
|
Loading…
Reference in a new issue