Changeset 452ecee
- Timestamp:
- 09/25/2019 04:06:04 PM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 9.1, 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:
- e3cd7529
- Parents:
- 65f9d4f
- Location:
- general
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
general/graphlib/babl.xml
r65f9d4f r452ecee 92 92 93 93 <para> 94 First, if you are on i686, fix a compilation error caused by a target95 option type mismatch.96 </para>97 98 <screen><userinput remap="pre">case $(uname -m) in99 i?86) sed -i '27 s/no_cflags/sse2_cflags/' extensions/meson.build ;;100 esac</userinput></screen>101 102 <para>103 94 Install <application>Babl</application> by running the following commands: 104 95 </para> -
general/prog/dbus-python.xml
r65f9d4f r452ecee 82 82 <bridgehead renderas="sect5">Optional</bridgehead> 83 83 <para role="optional"> 84 <ulink url="https://pypi.python.org/pypi/tap.py/">tap.py</ulink> 85 (required for tests) 84 <xref linkend="pygobject3"/> and 85 <ulink url="https://pypi.python.org/pypi/tap.py/">tap.py</ulink> 86 (required for some tests) 86 87 </para> 87 88
Note:
See TracChangeset
for help on using the changeset viewer.