From 909be12c1e491eb3a65f173ed7ba36180642c4d3 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Mon, 17 Apr 2017 11:34:24 +0100 Subject: [PATCH] build: BUILD_XDG_APP -> BUILD_FLATPAK --- SparkleShare/Linux/Images/icons/hicolor/Makefile.am | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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