Home
last modified time | relevance | path

Searched refs:new_no_pkg_config (Results 1 – 12 of 12) sorted by relevance

/dports/www/castor/castor-0.8.16/cargo-crates/system-deps-1.3.2/src/
H A Dlib.rs213 fn new_no_pkg_config(lib: &str) -> Self { in new_no_pkg_config() method
439 let library = if self.env.contains(&EnvVariable::new_no_pkg_config(name)) { in probe_pkg_config()
579 EnvVariable::NoPkgConfig(_) => EnvVariable::new_no_pkg_config(name), in gen_flags()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/system-deps-1.3.2/src/
H A Dlib.rs213 fn new_no_pkg_config(lib: &str) -> Self { in new_no_pkg_config() method
439 let library = if self.env.contains(&EnvVariable::new_no_pkg_config(name)) { in probe_pkg_config()
579 EnvVariable::NoPkgConfig(_) => EnvVariable::new_no_pkg_config(name), in gen_flags()
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/system-deps-3.1.2/src/
H A Dlib.rs379 EnvVariable::NoPkgConfig(_) => EnvVariable::new_no_pkg_config(name), in gen_flags()
446 fn new_no_pkg_config(lib: &str) -> Self { in new_no_pkg_config() method
623 let library = if self.env.contains(&EnvVariable::new_no_pkg_config(name)) { in probe_pkg_config()
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/system-deps-3.1.2/src/
H A Dlib.rs379 EnvVariable::NoPkgConfig(_) => EnvVariable::new_no_pkg_config(name), in gen_flags()
446 fn new_no_pkg_config(lib: &str) -> Self { in new_no_pkg_config() method
623 let library = if self.env.contains(&EnvVariable::new_no_pkg_config(name)) { in probe_pkg_config()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/system-deps-3.1.2/src/
H A Dlib.rs379 EnvVariable::NoPkgConfig(_) => EnvVariable::new_no_pkg_config(name), in gen_flags()
446 fn new_no_pkg_config(lib: &str) -> Self { in new_no_pkg_config() method
623 let library = if self.env.contains(&EnvVariable::new_no_pkg_config(name)) { in probe_pkg_config()
/dports/x11/wmfocus/wmfocus-1.2.0/cargo-crates/system-deps-3.1.2/src/
H A Dlib.rs379 EnvVariable::NoPkgConfig(_) => EnvVariable::new_no_pkg_config(name), in gen_flags()
446 fn new_no_pkg_config(lib: &str) -> Self { in new_no_pkg_config() method
623 let library = if self.env.contains(&EnvVariable::new_no_pkg_config(name)) { in probe_pkg_config()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/system-deps-3.2.0/src/
H A Dlib.rs387 EnvVariable::NoPkgConfig(_) => EnvVariable::new_no_pkg_config(name), in gen_flags()
456 fn new_no_pkg_config(lib: &str) -> Self { in new_no_pkg_config() method
645 let mut library = if self.env.contains(&EnvVariable::new_no_pkg_config(name)) { in probe_pkg_config()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/system-deps-3.2.0/src/
H A Dlib.rs387 EnvVariable::NoPkgConfig(_) => EnvVariable::new_no_pkg_config(name), in gen_flags()
456 fn new_no_pkg_config(lib: &str) -> Self { in new_no_pkg_config() method
645 let mut library = if self.env.contains(&EnvVariable::new_no_pkg_config(name)) { in probe_pkg_config()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/system-deps-3.2.0/src/
H A Dlib.rs387 EnvVariable::NoPkgConfig(_) => EnvVariable::new_no_pkg_config(name), in gen_flags()
456 fn new_no_pkg_config(lib: &str) -> Self { in new_no_pkg_config() method
645 let mut library = if self.env.contains(&EnvVariable::new_no_pkg_config(name)) { in probe_pkg_config()
/dports/x11/sirula/sirula-1.0.0/cargo-crates/system-deps-3.2.0/src/
H A Dlib.rs387 EnvVariable::NoPkgConfig(_) => EnvVariable::new_no_pkg_config(name), in gen_flags()
456 fn new_no_pkg_config(lib: &str) -> Self { in new_no_pkg_config() method
645 let mut library = if self.env.contains(&EnvVariable::new_no_pkg_config(name)) { in probe_pkg_config()
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/system-deps-3.2.0/src/
H A Dlib.rs387 EnvVariable::NoPkgConfig(_) => EnvVariable::new_no_pkg_config(name), in gen_flags()
456 fn new_no_pkg_config(lib: &str) -> Self { in new_no_pkg_config() method
645 let mut library = if self.env.contains(&EnvVariable::new_no_pkg_config(name)) { in probe_pkg_config()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/system-deps/src/
H A Dlib.rs516 fn new_no_pkg_config(lib: &str) -> Self { in new_no_pkg_config() method
551 add_to_flags(flags, EnvVariable::new_no_pkg_config(name)); in set_rerun_if_changed_for_all_variants()
720 let mut library = if self.env.contains(&EnvVariable::new_no_pkg_config(name)) { in probe_pkg_config()