30 lines
1.1 KiB
Diff
30 lines
1.1 KiB
Diff
From 80a7bdc48ff5150208c3417c2d0aadf3bc2e5498 Mon Sep 17 00:00:00 2001
|
|
From: knuxify <knuxify@gmail.com>
|
|
Date: Sun, 11 Dec 2022 16:12:10 +0100
|
|
Subject: [PATCH] disable remotery
|
|
|
|
---
|
|
config/build-bindings.xml | 7 +------
|
|
1 file changed, 1 insertion(+), 6 deletions(-)
|
|
|
|
diff --git a/config/build-bindings.xml b/config/build-bindings.xml
|
|
index 7a458f1..8db9186 100644
|
|
--- a/config/build-bindings.xml
|
|
+++ b/config/build-bindings.xml
|
|
@@ -49,12 +49,7 @@ This script is included in /config/build-definitions.xml.
|
|
<property name="binding.openxr" value="true"/>
|
|
<property name="binding.opus" value="true"/>
|
|
<property name="binding.par" value="true"/>
|
|
- <condition property="binding.remotery" value="false" else="true">
|
|
- <and>
|
|
- <isset property="platform.windows"/>
|
|
- <isset property="build.arch.arm"/>
|
|
- </and>
|
|
- </condition>
|
|
+ <property name="binding.remotery" value="false"/>
|
|
<property name="binding.rpmalloc" value="true"/>
|
|
<property name="binding.shaderc" value="true"/>
|
|
<property name="binding.spvc" value="true"/>
|
|
--
|
|
2.38.1
|
|
|