Skip to content

Commit 8dd1432

Browse files
committed
conf-sfml2: Add support for most distributions
1 parent aae41b4 commit 8dd1432

File tree

1 file changed

+8
-0
lines changed
  • packages/conf-sfml2/conf-sfml2.1

1 file changed

+8
-0
lines changed

packages/conf-sfml2/conf-sfml2.1/opam

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,15 @@ license: "Zlib"
66
build: [["pkg-config" "sfml-all"]]
77
depexts: [
88
["libsfml-dev"] {os-family = "debian"}
9+
["libsfml-dev"] {os-family = "ubuntu"}
10+
["sfml"] {os-family = "arch"}
11+
["sfml-dev"] {os-family = "alpine"}
12+
["SFML-devel"] {os-distribution = "fedora"}
13+
["sfml2-devel"] {os-family = "suse"}
914
["libsfml-devel"] {os-distribution = "mageia"}
15+
["sfml"] {os = "macos" & os-distribution = "homebrew"}
16+
["sfml"] {os = "freebsd"}
17+
["sfml"] {os = "netbsd"}
1018
]
1119
synopsis: "Virtual package relying on a SFML2 system installation"
1220
description:

0 commit comments

Comments
 (0)