X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c1d2466a792bf2fdd30da76529f42d5959eb324c..8584b0e64b273273bad122d28b10176bd5a3bc84:/configure.in diff --git a/configure.in b/configure.in index 214c7034ba..a9f6d3b791 100644 --- a/configure.in +++ b/configure.in @@ -928,6 +928,7 @@ fi dnl please keep the settings below in alphabetical order WX_ARG_FEATURE(accel, [ --enable-accel use accelerators], wxUSE_ACCEL) WX_ARG_FEATURE(animatectrl, [ --enable-animatectrl use wxAnimationCtrl class], wxUSE_ANIMATIONCTRL) +WX_ARG_FEATURE(artstd, [ --enable-artstd use standard XPM icons in wxArtProvider], wxUSE_ARTPROVIDER_STD) WX_ARG_FEATURE(arttango, [ --enable-arttango use Tango icons in wxArtProvider], wxUSE_ARTPROVIDER_TANGO) WX_ARG_FEATURE(bmpbutton, [ --enable-bmpbutton use wxBitmapButton class], wxUSE_BMPBUTTON) WX_ARG_FEATURE(bmpcombobox, [ --enable-bmpcombobox use wxBitmapComboBox class], wxUSE_BITMAPCOMBOBOX) @@ -7147,6 +7148,10 @@ if test "$wxUSE_ACCESSIBILITY" = "yes"; then SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS access" fi +if test "$wxUSE_ARTPROVIDER_STD" = "yes"; then + AC_DEFINE(wxUSE_ARTPROVIDER_STD) +fi + if test "$wxUSE_ARTPROVIDER_TANGO" = "auto"; then dnl Tango-based art provider is not needed in GTK-based ports as the dnl native art provider completely replaces it.