Ignore:
Timestamp:
12/10/2023 08:39:31 AM (5 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
12.1, ken/TL2024, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, trunk, xry111/llvm18
Children:
b1eccce
Parents:
a9e15aa4
Message:

ibus: add --disable-gtk2

This is needed if GTK+-2 is not installed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/ibus.xml

    ra9e15aa4 r8a721c7  
    171171            --disable-appindicator \
    172172            --disable-emoji-dict   \
     173            --disable-gtk2         \
    173174            --disable-systemd-services &amp;&amp;
    174175make</userinput></screen>
     
    181182            --disable-python2      \
    182183            --disable-appindicator \
     184            --disable-gtk2         \
    183185            --disable-emoji-dict   &amp;&amp;
    184186make</userinput></screen>
     
    215217
    216218    <para>
    217       <option>--disable-gtk2</option>: This switch disables building
    218       the <application>GTK+ 2</application> immodule. Use it if
    219       you have not installed <application>GTK+ 2</application>.
     219      <parameter>--disable-gtk2</parameter>: This switch removes the dependency
     220      on <application>GTK+-2</application>.
    220221    </para>
    221222
     
    256257    <para>
    257258      <envar>PYTHON=python3</envar>: This environment variable makes
    258       the <command>autogen.sh</command> script look for
     259      the <command>configure</command> script look for
    259260      <application>Python 3</application>. Use it if you want
    260261      to build the <application>Python 3</application> support
Note: See TracChangeset for help on using the changeset viewer.