Changeset 0610de8 for general


Ignore:
Timestamp:
04/30/2017 07:38:14 AM (7 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
e4cdad4c
Parents:
c4098e0
Message:

Fix build issue with gegl and gobject-introspection >= 1.52.1.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/gegl.xml

    rc4098e0 r0610de8  
    120120
    121121    <para>
     122      First, fix an issue with gobject-introspection-1.52.1:
     123    </para>
     124
     125<screen><userinput>sed -i /DG_LOG/d configure.ac
     126sed -i '/srcdir)\/gegl\/property-types/a\\t-DG_LOG_DOMAIN=\\\"GEGL\\\" \\' \
     127    gegl/Makefile.am</userinput></screen>
     128
     129    <para>
    122130      Install <application>gegl</application> by running the following commands:
    123131    </para>
    124132
    125 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     133<screen><userinput>./autogen.sh --prefix=/usr --without-vala &amp;&amp;
    126134LC_ALL=en_US make</userinput></screen>
    127135
     
    152160
    153161    <para>
    154       <option>--without-vala</option>: Do not create a
     162      <parameter>--without-vala</parameter>: Do not create a
    155163      <application>vala</application> API - use this if
    156164      <command>vapigen</command> breaks the build.
Note: See TracChangeset for help on using the changeset viewer.