Kaydet (Commit) 982b887b authored tarafından Stephan Bergmann's avatar Stephan Bergmann

xdg-app got renamed to Flatpak

Change-Id: Ib5ea4ad5b6033ee1634ea2f245742f862a40042d
üst 10cc4555
......@@ -730,7 +730,7 @@ RequestHandler::Status RequestHandler::Enable(bool ipc)
enum class Kind { Pipe, Dbus };
Kind kind = Kind::Pipe;
#if ENABLE_DBUS
if (std::getenv("LIBO_XDGAPP") != nullptr) {
if (std::getenv("LIBO_FLATPAK") != nullptr) {
kind = Kind::Dbus;
}
#endif
......
......@@ -757,7 +757,7 @@ SAL_IMPLEMENT_MAIN_WITH_ARGS( argc, argv )
if ( pUsePlugin && !strcmp(pUsePlugin, "svp") )
args->bInhibitSplash = sal_True;
if ( !args->bInhibitPipe && getenv("LIBO_XDGAPP") == NULL )
if ( !args->bInhibitPipe && getenv("LIBO_FLATPAK") == NULL )
{
int fd = 0;
pPipePath = get_pipe_path( args->pAppPath );
......
--disable-odk
--enable-release-build
--with-extra-buildid=xdg-app version
--with-extra-buildid=Flatpak version
--with-lang=ALL
--with-system-libs
--with-vendor=The Document Foundation
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment