Changeset 82c89b7


Ignore:
Timestamp:
03/04/2022 03:57:37 PM (2 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/intltool
Children:
f954995
Parents:
4da8233
git-author:
Xi Ruoyao <xry111@…> (03/04/2022 03:51:28 PM)
git-committer:
Xi Ruoyao <xry111@…> (03/04/2022 03:57:37 PM)
Message:

balsa: switch to meson to avoid intltool dependency

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/balsa.xml

    r4da8233 r82c89b7  
    129129    </para>
    130130
    131 <screen><userinput>./configure --prefix=/usr            \
    132             --sysconfdir=/etc        \
    133             --localstatedir=/var/lib \
    134             --without-html-widget    &amp;&amp;
    135 make</userinput></screen>
     131<screen><userinput>meson --prefix=/usr       \
     132      --buildtype=release \
     133      -Dhtml-widget=no    &amp;&amp;
     134ninja</userinput></screen>
    136135
    137136    <para>
     
    164163    -->
    165164
    166     <para>
    167       <parameter>--without-html-widget</parameter>: This option disables
     165    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     166      href="../../xincludes/meson-buildtype-release.xml"/>
     167
     168    <para>
     169      <parameter>-Dhtml-widget=no</parameter>: This option disables
    168170      building the HTML renderer. If you want the HTML renderer to be built,
    169171      verify that you have <xref linkend="webkitgtk"/> installed, and then
     
    172174
    173175    <para>
    174       <option>--with-canberra</option>: Enable libcanberra support.
    175     </para>
    176 
    177     <para>
    178       <option>--with-compface</option>: Enable compface support.
    179     </para>
    180 
    181     <para>
    182       <option>--with-gcr</option>: Use libgcr for TLS support.
    183     </para>
    184 
    185     <para>
    186       <option>--with-gss</option>: Enable GSSAPI support.
    187     </para>
    188 
    189     <para>
    190       <option>--with-ldap</option>: Use this option to enable LDAP address
     176      <option>-Dcanberra=true</option>: Enable libcanberra support.
     177    </para>
     178
     179    <para>
     180      <option>-Dcompface=true</option>: Enable compface support.
     181    </para>
     182
     183    <para>
     184      <option>-Dgcr=true</option>: Use libgcr for TLS support.
     185    </para>
     186
     187    <para>
     188      <option>-Dgss=true</option>: Enable GSSAPI support.
     189    </para>
     190
     191    <para>
     192      <option>-Dldap=true</option>: Use this option to enable LDAP address
    191193      book support if <application>OpenLDAP</application> is installed.
    192194    </para>
    193195
    194196    <para>
    195       <option>--with-libsecret</option>: Enable strong password
     197      <option>-Dlibsecret=true</option>: Enable strong password
    196198      support and support for gnome-keyring to store passwords.
    197199    </para>
    198200
    199     <!-- configure says this is an invalid option with 2.5.11
    200     <para>
    201       <option>- -with-gpgme</option>: Use this option to enable GPG support
    202       if <quote><application>GnuPG</application> Made Easy</quote>
    203       (<application>GPGME</application>) is installed.
    204     </para>
    205     -->
    206 
    207     <para>
    208       <option>--with-sqlite</option>: Use this option to enable SQLite
     201    <para>
     202      <option>-Dautocrypt=true</option>: Use this option to enable Autocrypt
     203      support if both <application>GPGME</application> and
     204      <application>SQLite</application> are installed.
     205    </para>
     206
     207    <para>
     208      <option>-Dsqlite=true</option>: Use this option to enable SQLite
    209209      address book support if <application>SQLite</application> is
    210210      installed.
Note: See TracChangeset for help on using the changeset viewer.