mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 08:55:07 +03:00
libsdl dependency (#1966)
* libsdl dependency * remove redundant dependency --------- Co-authored-by: Jacob Heider <jacob@tea.xyz>
This commit is contained in:
parent
07efea2831
commit
90fe423a3e
1 changed files with 1 additions and 1 deletions
|
@ -14,13 +14,13 @@ provides:
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
gnu.org/wget: '*'
|
gnu.org/wget: '*'
|
||||||
|
libsdl.org: '*'
|
||||||
|
|
||||||
build:
|
build:
|
||||||
dependencies:
|
dependencies:
|
||||||
tea.xyz/gx/cc: c99
|
tea.xyz/gx/cc: c99
|
||||||
tea.xyz/gx/make: '*'
|
tea.xyz/gx/make: '*'
|
||||||
freedesktop.org/pkg-config: ~0.29
|
freedesktop.org/pkg-config: ~0.29
|
||||||
libsdl.org: '*'
|
|
||||||
gnu.org/patch: '*'
|
gnu.org/patch: '*'
|
||||||
script: |
|
script: |
|
||||||
patch -p1 < props/illegal_instruction.patch
|
patch -p1 < props/illegal_instruction.patch
|
||||||
|
|
Loading…
Reference in a new issue