Ignore:
Timestamp:
03/05/2020 05:54:34 AM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
7afb0994
Parents:
d8c65d6
Message:

Fix some deps:

  • pygobject3 for python2 depends on older pycairo
  • avahi depends on libevent, unless passed the --disable-libevent switch

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netutils/avahi.xml

    rd8c65d6 r6365d99  
    9191    <para role="optional">
    9292      <xref linkend="dbus-python"/>,
     93      <xref linkend="libevent"/>,
    9394      <xref linkend="pygtk"/>,
    9495      <xref linkend="doxygen"/> and
     
    131132            --localstatedir=/var \
    132133            --disable-static     \
     134            --disable-libevent   \
    133135            --disable-mono       \
    134136            --disable-monodoc    \
     
    145147            --localstatedir=/var \
    146148            --disable-static     \
     149            --disable-libevent   \
    147150            --disable-mono       \
    148151            --disable-monodoc    \
     
    170173    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    171174      href="../../xincludes/static-libraries.xml"/>
     175
     176    <para>
     177      <parameter>--disable-libevent</parameter>: This parameter disables the
     178      use of <xref linkend="libevent"/>. Remove if you have it installed.
     179    </para>
    172180
    173181    <para>
Note: See TracChangeset for help on using the changeset viewer.