Skip to content

Commit

Permalink
ci: added missing enet library in flatpak
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
midwan committed Jan 14, 2025
1 parent 7dc5e32 commit c2a7c21
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions packaging/flatpak/com.blitterstudio.amiberry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c2a7c21

Please sign in to comment.