Index: vcl/source/app/svapp.cxx
--- vcl/source/app/svapp.cxx.orig
+++ vcl/source/app/svapp.cxx
@@ -1230,7 +1230,7 @@ OUString Application::GetHWOSConfInfo(const int bSelec
 #endif
             appendDetails(u"", Localize(SV_APP_DEFAULT, bLocalize));
 
-#if (defined LINUX || defined _WIN32 || defined MACOSX || defined __FreeBSD__ || defined EMSCRIPTEN)
+#if (defined LINUX || defined _WIN32 || defined MACOSX || defined __FreeBSD__ || defined EMSCRIPTEN || defined OPENBSD)
         appendDetails(u"; ", SV_APP_VCLBACKEND + GetToolkitName());
 #endif
     }
