mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
ibus: add --disable-gtk2
This is needed if GTK+-2 is not installed.
This commit is contained in:
parent
a9e15aa438
commit
8a721c7612
@ -170,6 +170,7 @@ PYTHON=python3 \
|
||||
--disable-python2 \
|
||||
--disable-appindicator \
|
||||
--disable-emoji-dict \
|
||||
--disable-gtk2 \
|
||||
--disable-systemd-services &&
|
||||
make</userinput></screen>
|
||||
|
||||
@ -180,6 +181,7 @@ PYTHON=python3 \
|
||||
--sysconfdir=/etc \
|
||||
--disable-python2 \
|
||||
--disable-appindicator \
|
||||
--disable-gtk2 \
|
||||
--disable-emoji-dict &&
|
||||
make</userinput></screen>
|
||||
|
||||
@ -214,9 +216,8 @@ make</userinput></screen>
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<option>--disable-gtk2</option>: This switch disables building
|
||||
the <application>GTK+ 2</application> immodule. Use it if
|
||||
you have not installed <application>GTK+ 2</application>.
|
||||
<parameter>--disable-gtk2</parameter>: This switch removes the dependency
|
||||
on <application>GTK+-2</application>.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
@ -255,7 +256,7 @@ make</userinput></screen>
|
||||
|
||||
<para>
|
||||
<envar>PYTHON=python3</envar>: This environment variable makes
|
||||
the <command>autogen.sh</command> script look for
|
||||
the <command>configure</command> script look for
|
||||
<application>Python 3</application>. Use it if you want
|
||||
to build the <application>Python 3</application> support
|
||||
library.
|
||||
|
Loading…
Reference in New Issue
Block a user