Skip to content

rustpkg: Add support for custom configuration for dependencies #4963

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

Closed
z0w0 opened this issue Feb 15, 2013 · 2 comments
Closed

rustpkg: Add support for custom configuration for dependencies #4963

z0w0 opened this issue Feb 15, 2013 · 2 comments
Labels
C-enhancement Category: An issue proposing an enhancement or a PR with one.
Milestone

Comments

@z0w0
Copy link
Contributor

z0w0 commented Feb 15, 2013

Rustpkg allows you to do rustpkg install --cfg image git://github.com/brson/rust-sdl.git but it doesn't let you do #[pkg_dep(url = "git://github.com/brson/rust-sdl.git", cfg = "image")];. NB. Rustpkg hasn't landed yet, but it has been approved.

@catamorphism
Copy link
Contributor

I'm not actually sure what we're going to do about dependencies on remote packages; I know for local dependencies, we'll infer them from extern mod directives.

@ghost ghost assigned catamorphism Apr 25, 2013
@catamorphism
Copy link
Contributor

This is obsolete; see #6407

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: An issue proposing an enhancement or a PR with one.
Projects
None yet
Development

No branches or pull requests

3 participants