summarylogtreecommitdiffstats
path: root/fix_theme_engine.patch
diff options
context:
space:
mode:
Diffstat (limited to 'fix_theme_engine.patch')
-rw-r--r--fix_theme_engine.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/fix_theme_engine.patch b/fix_theme_engine.patch
deleted file mode 100644
index 231d12d5ffc0..000000000000
--- a/fix_theme_engine.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/build/shared/tools/ThemeEngine/build.xml
-+++ b/build/shared/tools/ThemeEngine/build.xml
-@@ -6,7 +6,7 @@
- <property name="core.bin.path" location="../../../../core/bin" />
-
- <property name="javafx.path"
-- location="../../../../java/libraries/javafx/library/macosx" />
-+ location="/usr/lib/jvm/java-17-openjdk/lib/" />
-
- <target name="clean" description="Clean the build directories">
- <delete dir="bin" />
-@@ -26,7 +26,7 @@
- <pathelement location="${app.bin.path}" />
- <pathelement location="${core.bin.path}" />
-
-- <fileset dir="${javafx.path}/modules">
-+ <fileset dir="${javafx.path}">
- <include name="**/*.jar" />
- </fileset>
- </classpath>