blob: 0ea3e459d1b69b5759282c78965a8f892e1369c5 (
plain)
1
2
3
4
5
|
# We build a Python extension module in the test suite
# but never install it.
meson source: build-depends-on-python-dev-with-no-arch-any
# This is only used for cross compilation unit tests.
meson source: virtual-package-depends-without-real-package-depends
|