mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
b=795144 default disable using GnomeUI and GnomeVFS for themed icons r=glandium
--HG-- extra : transplant_source : %1C%1En3%FCV%60%0C%80%16%E1%F0%0D%11%40%CB%D5%0D%93%8F
This commit is contained in:
parent
568aabd3c1
commit
4ffb471dd9
10
configure.in
10
configure.in
@ -4980,12 +4980,10 @@ dnl ========================================================
|
||||
|
||||
if test "$MOZ_ENABLE_GTK2"
|
||||
then
|
||||
MOZ_ENABLE_GNOMEUI=1
|
||||
|
||||
MOZ_ARG_DISABLE_BOOL(gnomeui,
|
||||
[ --disable-gnomeui Disable libgnomeui support (default: auto, optional at runtime) ],
|
||||
MOZ_ENABLE_GNOMEUI=,
|
||||
MOZ_ENABLE_GNOMEUI=force)
|
||||
MOZ_ARG_ENABLE_BOOL(gnomeui,
|
||||
[ --enable-gnomeui Enable libgnomeui instead of GIO & GTK for icon theme support ],
|
||||
MOZ_ENABLE_GNOMEUI=force,
|
||||
MOZ_ENABLE_GNOMEUI=)
|
||||
|
||||
if test "$MOZ_ENABLE_GNOMEUI"
|
||||
then
|
||||
|
Loading…
Reference in New Issue
Block a user