Disable pkg-config-detected externals (#671)
Proper use of these packages would require calling `pkg-config` to set up environment, which Alire does not do (yet?) Co-authored-by: GHA <actions@github.com>
This commit is contained in:
committed by
GitHub
parent
244a85d34f
commit
1e0574994f
@@ -15,3 +15,7 @@ msys2 = ["mingw-w64-x86_64-gmp"]
|
||||
kind = "version-output"
|
||||
version-command = [ "pkg-config", "--modversion", "gmp" ]
|
||||
version-regexp = "([\\d\\.]+)"
|
||||
|
||||
# pkg-config requires further steps to make packages findable by
|
||||
# dependencies that Alire does not yet support
|
||||
available = false
|
||||
|
||||
@@ -14,3 +14,7 @@ kind = "system"
|
||||
kind = "version-output"
|
||||
version-command = [ "pkg-config", "--modversion", "gnutls" ]
|
||||
version-regexp = "([\\d\\.]+)"
|
||||
|
||||
# pkg-config requires further steps to make packages findable by
|
||||
# dependencies that Alire does not yet support
|
||||
available = false
|
||||
@@ -16,3 +16,6 @@ msys2 = ["mingw-w64-x86_64-gtk3"]
|
||||
kind = "version-output"
|
||||
version-command = [ "pkg-config", "--modversion", "gtk+-3.0" ]
|
||||
version-regexp = "([\\d\\.]+)"
|
||||
# pkg-config requires further steps to make packages findable by
|
||||
# dependencies that Alire does not yet support
|
||||
available = false
|
||||
|
||||
Reference in New Issue
Block a user