Changeset 298c510


Ignore:
Timestamp:
04/18/2024 03:12:52 PM (13 days ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
trunk
Children:
5f512f2d
Parents:
3824d6f (diff), 89c43fd4 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/tracker3.xml

    r3824d6f r298c510  
    127127sed '/docs_name/s/Tracker-3.0/tracker-&tracker3-version;/' \
    128128    -i docs/reference/libtracker-sparql/meson.build</userinput></screen>
     129
     130    <!-- https://gitlab.gnome.org/GNOME/tracker/-/merge_requests/665 -->
     131    <para>
     132      Adapt for a behavior change of SQLite 3.45.3:
     133    </para>
     134
     135    <screen><userinput>sed 's/ROWID/\\"rdfs:Resource\\".ID/' \
     136    -i src/libtracker-sparql/core/tracker-fts.c</userinput></screen>
    129137
    130138    <para>
  • x/lib/webkitgtk.xml

    r3824d6f r298c510  
    173173      -DENABLE_MINIBROWSER=ON     \
    174174      -DENABLE_DOCUMENTATION=OFF  \
     175      -DENABLE_WEBDRIVER=OFF      \
    175176      -DUSE_WOFF2=OFF             \
    176177      -DUSE_GTK4=OFF              \
     
    315316      <parameter>-DENABLE_MINIBROWSER=ON</parameter>: This switch enables
    316317      compiling and installing the MiniBrowser.
     318    </para>
     319
     320    <para>
     321      <parameter>-DENABLE_WEBDRIVER=OFF</parameter>: This switch disables
     322      compiling and installing <command>WebKitWebDriver</command>.  We use
     323      it for the GTK-3 build because the <command>WebKitWebDriver</command>
     324      from the GTK-3 build will be overwritten by the GTK-4 build anyway.
     325      Remove this option if you don't plan to build this package with
     326      GTK-4.
    317327    </para>
    318328
Note: See TracChangeset for help on using the changeset viewer.