Changeset 64e33fe5 for x/lib


Ignore:
Timestamp:
04/18/2024 12:42:03 PM (2 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
trunk
Children:
89c43fd4
Parents:
dc242fd8
git-author:
Xi Ruoyao <xry111@…> (04/18/2024 12:39:40 PM)
git-committer:
Xi Ruoyao <xry111@…> (04/18/2024 12:42:03 PM)
Message:

webkitgtk: Disable WebKitWebDriver for GTK-3 build

It'll be overwritten by the GTK-4 build so we can save some build time.
And if we consider the GTK-3 build and the GTK-4 build as two packages
it's bad to allow a part of one package overwritten by another.

To be honest we even don't need WebKitWebDriver for the GTK-4 build as
no BLFS packages ever need it, but AFAIK we don't aggressively prune
packages so just keep it for GTK-4.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/webkitgtk.xml

    rdc242fd8 r64e33fe5  
    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.