diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc index 67d7a84af8..4416defc2c 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -3013,7 +3013,7 @@ These settings will only take effect after %1 is restarted.\n\ } add_option (_("Appearance/Quirks"), new OptionEditorBlank ()); -#if (!defined USE_CAIRO_IMAGE_SURFACE || defined CAIRO_SUPPORTS_FORCE_BUGGY_GRADIENTS_ENVIRONMENT_VARIABLE) +#if (!defined USE_CAIRO_IMAGE_SURFACE || defined CAIRO_SUPPORTS_FORCE_BUGGY_GRADIENTS_ENVIRONMENT_VARIABLE || defined __APPLE__) add_option (_("Appearance"), new OptionEditorHeading (_("Graphics Acceleration"))); #endif