Changeset 452ecee for general/graphlib


Ignore:
Timestamp:
09/25/2019 04:06:04 PM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.1, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
e3cd7529
Parents:
65f9d4f
Message:

dbus-python: Add optional dependency on pygobject for tests
babl: Remove now-unneeded instruction for i686 systems (tested today)

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22200 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/babl.xml

    r65f9d4f r452ecee  
    9292
    9393    <para>
    94       First, if you are on i686, fix a compilation error caused by a target
    95       option type mismatch.
    96     </para>
    97 
    98 <screen><userinput remap="pre">case $(uname -m) in
    99    i?86) sed -i '27 s/no_cflags/sse2_cflags/' extensions/meson.build ;;
    100 esac</userinput></screen>
    101 
    102     <para>
    10394      Install <application>Babl</application> by running the following commands:
    10495    </para>
Note: See TracChangeset for help on using the changeset viewer.