Changeset fa99d008


Ignore:
Timestamp:
09/21/2013 01:42:35 PM (11 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
00fca81
Parents:
e45e73d
Message:

reworked colord dependencies, it doesn't require dbus nor libgusb

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/colord.xml

    re45e73d rfa99d008  
    7878    <bridgehead renderas="sect4">Required</bridgehead>
    7979    <para role="required">
    80       <xref linkend="dbus"/>,
    81       <xref linkend="libgusb"/>,
     80      <xref linkend="glib2"/>,
     81      <xref linkend="intltool"/>,
    8282      <xref linkend="lcms2"/> and
    8383      <xref linkend="sqlite"/>
     
    8686    <bridgehead renderas="sect4">Recommended</bridgehead>
    8787    <para role="recommended">
    88       <xref linkend="gobject-introspection"/>,
    89       <xref linkend="polkit"/> and
     88      <xref linkend="libgusb"/>,
     89      <xref linkend="udev"/> or
     90      <xref linkend="udev-extras"/> (for GUdev),
     91      <xref linkend="polkit"/>,
     92      <xref linkend="dbus"/>,
     93      <xref linkend="gobject-introspection"/>, and
    9094      <xref linkend="vala"/>
    9195    </para>
     
    162166
    163167    <para>
    164       <option>--enable-vala</option>: This switch enables
     168      <parameter>--enable-vala</parameter>: This switch enables
    165169      building of the Vala bindings. Remove if you don't
    166170      have <xref linkend="vala"/> installed.
     
    168172
    169173    <para>
    170       <option>--disable-bash-completion</option>: This switch
     174      <parameter>--disable-bash-completion</parameter>: This switch
    171175      disables <application>Bash Completion</application>
    172176      support for <application>Colord</application> apps.
     
    174178
    175179    <para>
    176       <option>--disable-systemd-login</option>: This switch
     180      <parameter>--disable-systemd-login</parameter>: This switch
    177181      prevents <command>configure</command> to look for
    178182      <application>Systemd</application> libraries since
     
    186190    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    187191      href="../../xincludes/gtk-doc-rebuild.xml"/>
     192
     193    <para>
     194      <option>--disable-gusb</option>: Use this switch if you don't have
     195      <application>libgusb</application> installed.
     196    </para>
     197
     198    <para>
     199      <option>--disable-gudev</option>: Use this switch if you don't have GUdev
     200      installed.
     201    </para>
     202
     203    <para>
     204      <option>--disable-polkit</option>: Use this switch if you don't have
     205      <application>Polkit</application> installed.
     206    </para>
     207
     208    <para>
     209      <option>--disable-examples</option>: Use this switch if you don't have
     210      <application>D-Bus</application> installed.
     211    </para>
    188212
    189213  </sect2>
Note: See TracChangeset for help on using the changeset viewer.