Hi, On 4/3/26 5:46 PM, Bastian Blank wrote:
| Build-Depends: package <trixie>
But you can't remove them like this:
| Build-Depends: package <!trixie>
Yes, that works -- for example, the nextpnr package supports a build profile "pkg.nextpnr.nogui", which allows you to build without Qt, and I use the <!pkg.nextpnr.nogui> syntax to make the Qt build dependencies conditional.
Simon

