mirror of
https://github.com/LIV2/amiberry.git
synced 2025-12-05 22:22:44 +00:00
ci: added missing enet library in flatpak
[skip ci]
This commit is contained in:
parent
7dc5e3292f
commit
c2a7c21432
@ -70,6 +70,21 @@ modules:
|
||||
- '*.a'
|
||||
- '*.la'
|
||||
|
||||
- name: enet
|
||||
buildsystem: autotools
|
||||
sources:
|
||||
- type: git
|
||||
url: https://github.com/lsalzman/enet.git
|
||||
tag: v1.3.18
|
||||
commit: 2662c0de09e36f2a2030ccc2c528a3e4c9e8138a
|
||||
x-checker-data:
|
||||
type: git
|
||||
tag-pattern: ^v([\d.]+)$
|
||||
- type: script
|
||||
dest-filename: autogen.sh
|
||||
commands:
|
||||
- autoreconf -ifv
|
||||
|
||||
- name: amiberry
|
||||
buildsystem: cmake-ninja
|
||||
builddir: true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user