diff --git a/SparkleShare/Linux/Images/icons/hicolor/Makefile.am b/SparkleShare/Linux/Images/icons/hicolor/Makefile.am index 4dae5f78..80a86072 100644 --- a/SparkleShare/Linux/Images/icons/hicolor/Makefile.am +++ b/SparkleShare/Linux/Images/icons/hicolor/Makefile.am @@ -1,7 +1,7 @@ theme = hicolor app_themedir = $(pkgdatadir)/icons/$(theme) -if BUILD_XDG_APP +if BUILD_FLATPAK system_themedir = $(app_themedir) else system_themedir = $(datadir)/icons/$(theme) diff --git a/configure.ac b/configure.ac index 2cb9c677..790b4d03 100755 --- a/configure.ac +++ b/configure.ac @@ -97,7 +97,7 @@ if test "$OSNAME" = "Linux" ; then fi AM_CONDITIONAL(HAVE_APP_INDICATOR, test "$enable_appindicator" = "yes") -AM_CONDITIONAL(BUILD_XDG_APP, test "$prefix" = "/app") +AM_CONDITIONAL(BUILD_FLATPAK, test "$prefix" = "/app") AC_SUBST([GUISUBDIRS]) SHAMROCK_CHECK_NUNIT