Dash:
[t2-trunk.git] / package / gnome / webkitgtk / no-ruby.diff
blob00bee6545f8576a542ee6fce99d418d5c9f2ac26
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/webkitgtk/no-ruby.diff
3 # Copyright (C) 2021 The T2 SDE Project
4 #
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
7 #
8 # This patch file is dual-licensed. It is available under the license the
9 # patched project is licensed under, as long as it is an OpenSource license
10 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
11 # of the GNU General Public License version 2 as used by the T2 SDE.
12 # --- T2-COPYRIGHT-NOTE-END ---
14 --- webkitgtk-2.34.0/Source/cmake/WebKitFeatures.cmake.vanilla 2021-10-01 18:01:01.463496556 +0200
15 +++ webkitgtk-2.34.0/Source/cmake/WebKitFeatures.cmake 2021-10-01 18:01:28.694497960 +0200
16 @@ -98,7 +98,7 @@
17 message(STATUS "Unified builds are disabled when analyzing sources")
18 set(ENABLE_UNIFIED_BUILDS_DEFAULT OFF)
19 else ()
20 - set(ENABLE_UNIFIED_BUILDS_DEFAULT ON)
21 + set(ENABLE_UNIFIED_BUILDS_DEFAULT OFF)
22 endif ()
24 WEBKIT_OPTION_DEFINE(ENABLE_3D_TRANSFORMS "Toggle 3D transforms support" PRIVATE ON)