Changeset ac4aa90b
- Timestamp:
- 10/30/2020 06:44:17 PM (4 years ago)
- Branches:
- 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- d514a90
- Parents:
- 6cfc1326
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
x/lib/webkitgtk.xml
r6cfc1326 rac4aa90b 129 129 <application>WebKitGTK+</application></bridgehead> 130 130 131 <para>First, temporarily change an ICU header to allow backward 132 compatibility. As the <systemitem class="username">root</systemitem> user:</para> 133 134 <screen role="root"><userinput>sed -e '/^#ifdef U_DEFINE/i #define U_DEFINE_FALSE_AND_TRUE 1' \ 135 -i /usr/include/unicode/umachine.h</userinput></screen> 131 <para>First, ensure backward compatibility with the latest version of icu:</para> 132 133 <screen><userinput>echo 'add_compile_definitions("U_DEFINE_FALSE_AND_TRUE=1")' >> Source/WTF/wtf/CMakeLists.txt</userinput></screen> 136 134 137 135 <para> … … 199 197 install -vm644 ../Documentation/webkitdomgtk-4.0/html/* \ 200 198 /usr/share/gtk-doc/html/webkitdomgtk-4.0</userinput></screen> 201 202 <para>203 Now revert the change we made above. Again as the204 <systemitem class="username">root</systemitem> user:205 </para>206 207 <screen role="root"><userinput>sed -i '/^#define U_DEFINE/d' /usr/include/unicode/umachine.h</userinput></screen>208 209 199 </sect2> 210 200
Note:
See TracChangeset
for help on using the changeset viewer.