Loading
rollo-printer: use pkg-config instead of native cups
configure looks for CUPS via pkg-config first and only falls back to cups-config. With strictDeps the build-platform cups-config leaks build-platform -I/-L flags into the cross build (ld warns about "skipping incompatible libcups.so" and only links because the cc-wrapper adds the host cups via NIX_LDFLAGS). The cross-aware pkg-config wrapper picks up the host cups.pc directly, so cups no longer needs to be a native input.