this repo has no description

Merge pull request #21949 from kit-ty-kate/fix-134

conf-sfml2: Add support for most distributions

Kate f6db885f aae41b47

Changed files
+8
packages
conf-sfml2
conf-sfml2.1
+8
packages/conf-sfml2/conf-sfml2.1/opam
···
build: [["pkg-config" "sfml-all"]]
depexts: [
["libsfml-dev"] {os-family = "debian"}
+
["libsfml-dev"] {os-family = "ubuntu"}
+
["sfml"] {os-family = "arch"}
+
["sfml-dev"] {os-family = "alpine"}
+
["SFML-devel"] {os-distribution = "fedora"}
+
["sfml2-devel"] {os-family = "suse"}
["libsfml-devel"] {os-distribution = "mageia"}
+
["sfml"] {os = "macos" & os-distribution = "homebrew"}
+
["sfml"] {os = "freebsd"}
+
["sfml"] {os = "netbsd"}
]
synopsis: "Virtual package relying on a SFML2 system installation"
description: