-
-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Require either pkg-config or pkgconf #275
Comments
Could modify the
|
This seems a bit odd. As far as I can tell, Are you aware of any other packages defining |
I have But some packages which depend on |
I can't reproduce this. I'm running the following commands on a clean apt update
apt install -y pkgconf curl
curl -fsSL https://crystal-lang.org/install.sh | bash The crystal package installs and works while The official Debian package by the way has the same dependency on |
Is installing from the Open Build Service the same? |
The install script installs packages from Open Build System. These are the only ones that we maintain. |
Is it different if I set up and install the package manually without the script? |
No. It's the same package. |
When installing this as an Apt package, it requires
pkg-config
as per #22.I'm using Ubuntu 22.04 and have installed
pkgconf
.If it needs this, then why not require either
pkg-config
orpkgconf
?I suppose there's a way to conditionally depend on one package if the other is not found or vice versa.
The text was updated successfully, but these errors were encountered: