Changeset 22fdf95


Ignore:
Timestamp:
02/13/2016 05:34:13 PM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
2c6ea08
Parents:
d679563
Message:

colord-1.2.12: Fix duplicate dependency on valgrind
UPower-0.99.3: gnome-power-manager is in the book, not external
cups-2.1.3: Remove --disable-systemd from the configure script, since we are running systemd

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16964 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/colord.xml

    rd679563 r22fdf95  
    108108      <xref linkend="libxslt"/>,
    109109      <xref linkend="sane"/>,
    110       <xref linkend="valgrind"/> (required for the tests),
    111110      <ulink url="http://www.argyllcms.com/">ArgyllCMS</ulink> and
    112111      <ulink url="http://bash-completion.alioth.debian.org/">Bash Completion</ulink>
  • general/sysutils/upower.xml

    rd679563 r22fdf95  
    155155    <para>
    156156      To use the command <command>upower -w</command> for information about
    157       processor wakeups (this command is used by <ulink
    158       url="http://ftp.gnome.org/pub/gnome/sources/gnome-power-manager/">gnome-power-manager</ulink>)
     157      processor wakeups (this command is used by <xref linkend="gnome-power-manager"/>)
    159158      you need to enable CONFIG_TIMER_STATS.  This is achieved in
    160159      <command>make menuconfig</command> by going to the &apos;kernel-hacking&apos;
  • introduction/welcome/changelog.xml

    rd679563 r22fdf95  
    4949      <itemizedlist>
    5050        <listitem>
     51          <para>[renodr] - Remove --disable-systemd from CUPS-2.1.3, since we are running
     52          systemd.</para>
     53        </listitem>
     54        <listitem>
     55          <para>[renodr] - gnome-power-manager is no longer an external dependency. Fix
     56          this dependency in UPower-0.99.3.</para>
     57        </listitem>
     58        <listitem>
     59          <para>[renodr] - Remove duplicate dependency on valgrind in colord-1.2.12.</para>
     60        </listitem>
     61        <listitem>
    5162          <para>[renodr] - Update to gnome-bluetooth-3.18.2.</para>
    5263        </listitem>
  • pst/printing/cups.xml

    rd679563 r22fdf95  
    225225CC=gcc \
    226226./configure --libdir=/usr/lib            \
    227             --disable-systemd            \
    228227            --with-rcdir=/tmp/cupsinit   \
    229228            --with-system-groups=lpadmin \
     
    291290      <command>sed ... test/ippserver.c</command>: This sed fixes a bug,
    292291      which shows up when <application>avahi</application> is not present.
    293     </para>-->
    294 
    295     <para>
    296       <parameter>--disable-systemd</parameter>: Systemd is not supported by
    297       BLFS.
    298     </para>
     292    </para> -->
    299293
    300294    <para>
Note: See TracChangeset for help on using the changeset viewer.