ci: added missing enet library in flatpak

[skip ci]
This commit is contained in:
Dimitris Panokostas 2025-01-14 23:07:54 +01:00
parent 7dc5e3292f
commit c2a7c21432
No known key found for this signature in database
GPG Key ID: 330156A68E9E0929

View File

@ -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