build: BUILD_XDG_APP -> BUILD_FLATPAK

This commit is contained in:
Hylke Bons 2017-04-17 11:34:24 +01:00
parent dbe9ceea19
commit 909be12c1e
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -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