Searched refs:protocols_path (Results 1 – 1 of 1) sorted by relevance
36 if let Ok(protocols_path) = pkg_config::get_variable("wayland-protocols", "pkgdatadir") { in find_protocol()37 if let Some(found) = scan_path(protocols_path, &protocol_file_name) { in find_protocol()41 let protocols_path = format!("/usr/share/wayland-protocols/stable/{}", name); in find_protocol() localVariable42 if let Some(found) = scan_path(protocols_path, &protocol_file_name) { in find_protocol()