Does this change fix it?
diff --git a/package-native.sh b/package-native.sh
index 3ef65943..4981df38 100755
--- a/package-native.sh
+++ b/package-native.sh
@@ -63,6 +63,7 @@ function build_arch {
--bindir "$2" \
--libdir "$2" \
-Dbuild_id=$opt_buildid \
+ --force-fallback-for=libdisplay-info \
"$DXVK_BUILD_DIR/build.$1"
cd "$DXVK_BUILD_DIR/build.$1"
Yes :+1:
DXVK_BUILD_DIRx1 2024-02
Issue for the comments on commit https://github.com/doitsujin/dxvk/commit/c423819e9026322e98ad9f8b72a0f25a5d561795 so it doesn't get lost.
Since the above commit compiling with
package-native.shon Arch will result in the below error.I suspect this is probably the case on a bunch of other distros too