this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

conf-ftgl: add support for Arch, Alpine, Suse, FreeBSD, and Ubuntu-derivatives

+5 -1
+5 -1
packages/conf-ftgl/conf-ftgl.1/opam
··· 7 7 build: [["pkg-config" "ftgl"]] 8 8 depends: ["conf-pkg-config" {build}] 9 9 depexts: [ 10 - ["libftgl-dev"] {os-family = "debian"} 10 + ["ftgl"] {os-distribution = "arch"} 11 + ["ftgl-dev"] {os-distribution = "alpine"} 12 + ["libftgl-dev"] {os-family = "debian" | os-family = "ubuntu"} 11 13 ["libftgl-devel"] {os-distribution = "mageia"} 12 14 ["ftgl-devel"] {os-distribution = "fedora"} 15 + ["ftgl-devel"] {os-family = "suse" | os-family = "opensuse"} 16 + ["ftgl"] {os = "freebsd"} 13 17 ] 14 18 synopsis: "Virtual package relying on an ftgl system installation" 15 19 description: