diff --git a/cross-wine.conf b/cross-wine.conf index 49b48237..f77f4314 100644 --- a/cross-wine.conf +++ b/cross-wine.conf @@ -5,6 +5,9 @@ ar = 'ar' strip = 'strip' # Needs to be specified explicitely for Fedora 32 pkgconfig = 'pkg-config' +# Useful for packaging so Meson can resolve dependencies without a pkg-config +# file from the repositories +cmake = 'cmake' [properties] needs_exe_wrapper = true