gnuradio / newsched

The GNU Radio 4.0 Runtime Proof Of Concept
GNU General Public License v3.0
22 stars 16 forks source link

meson: use system dependencies instead of subproject #225

Closed marcusmueller closed 2 years ago

marcusmueller commented 2 years ago

Since PMT(f) is rather central, let's keep the default source the subproject, but add an external_pmt meson option

This mirrors what https://github.com/gnuradio/pmt/pull/46 did to pmt (where it only affected CLI11 selection).

The motivation here is that we can now have a pmtf distro package, and let the newsched distro package build-depend on it.

marcusmueller commented 2 years ago

Wait – DO NOT MERGE