eliminate possibility of configure enabling gnomeprint with GTK3
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71920 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
983aac2cdc
commit
d5cc191c9c
2 changed files with 8 additions and 0 deletions
4
configure
vendored
4
configure
vendored
|
|
@ -33892,6 +33892,10 @@ $as_echo "yes" >&6; }
|
|||
fi
|
||||
fi
|
||||
|
||||
if test "$WXGTK3" = 1; then
|
||||
wxUSE_LIBGNOMEPRINT=no
|
||||
fi
|
||||
|
||||
if test "$wxUSE_LIBGNOMEPRINT" = "yes" ; then
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -5695,6 +5695,10 @@ if test "$WXGTK2" = 1; then
|
|||
)
|
||||
fi
|
||||
|
||||
if test "$WXGTK3" = 1; then
|
||||
wxUSE_LIBGNOMEPRINT=no
|
||||
fi
|
||||
|
||||
if test "$wxUSE_LIBGNOMEPRINT" = "yes" ; then
|
||||
|
||||
PKG_CHECK_MODULES(LIBGNOMEPRINTUI,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue