File tree Expand file tree Collapse file tree 3 files changed +38
-1
lines changed
conf-allegro5/conf-allegro5.1
conf-mingw-w64-allegro5-i686/conf-mingw-w64-allegro5-i686.1
conf-mingw-w64-allegro5-x86_64/conf-mingw-w64-allegro5-x86_64.1 Expand file tree Collapse file tree 3 files changed +38
-1
lines changed Original file line number Diff line number Diff line change @@ -33,12 +33,13 @@ depexts: [
33
33
["allegro"] {os-distribution = "homebrew"}
34
34
["allegro5"] {os = "freebsd"}
35
35
["allegro5"] {os = "netbsd"}
36
- ["mingw-w64-allegro"] {os-distribution = "msys2"}
37
36
]
38
37
synopsis: "Virtual package relying on Allegro 5 development libraries"
39
38
description:
40
39
"This package can only install if Allegro 5 development libraries are accessible through pkg-config."
41
40
depends: [
42
41
"conf-pkg-config" {build}
42
+ ("host-arch-x86_32" {os-distribution = "msys2"} & "conf-mingw-w64-sdl2-i686" {os-distribution = "msys2"} |
43
+ "host-arch-x86_64" {os-distribution = "msys2"} & "conf-mingw-w64-sdl2-x86_64" {os-distribution = "msys2"})
43
44
]
44
45
flags: conf
Original file line number Diff line number Diff line change
1
+ opam-version: "2.0"
2
+ authors: "The Allegro authors"
3
+ homepage: "https://liballeg.org"
4
+ bug-reports: "https://github.com/ocaml/opam-repository/issues"
5
+ license: "Giftware"
6
+ flags: conf
7
+ available: os = "win32"
8
+ build: ["pkgconf" "--personality=i686-w64-mingw32" "allegro5"]
9
+ depends: [
10
+ "conf-pkg-config" {build}
11
+ ]
12
+ synopsis: "allegro5 for i686 mingw-w64"
13
+ description:
14
+ "Ensure the i686 version of allegro5 for the mingw-w64 project is available"
15
+ maintainer: "Sylvain Chiron <
[email protected] >"
16
+ depexts: [
17
+ ["mingw-w64-i686-allegro5"] {os = "win32" & os-distribution = "msys2"}
18
+ ]
Original file line number Diff line number Diff line change
1
+ opam-version: "2.0"
2
+ authors: "The Allegro authors"
3
+ homepage: "https://liballeg.org"
4
+ bug-reports: "https://github.com/ocaml/opam-repository/issues"
5
+ license: "Giftware"
6
+ flags: conf
7
+ available: os = "win32"
8
+ build: ["pkgconf" "--personality=x86_64-w64-mingw32" "allegro5"]
9
+ depends: [
10
+ "conf-pkg-config" {build}
11
+ ]
12
+ synopsis: "allegro5 for x86_64 mingw-w64"
13
+ description:
14
+ "Ensure the x86_64 version of allegro5 for the mingw-w64 project is available"
15
+ maintainer: "Sylvain Chiron <
[email protected] >"
16
+ depexts: [
17
+ ["mingw-w64-x86_64-allegro5"] {os = "win32" & os-distribution = "msys2"}
18
+ ]
You can’t perform that action at this time.
0 commit comments