[gnome-shell] data: Fix make dist and conditionally install gnome-shell-wayland
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] data: Fix make dist and conditionally install gnome-shell-wayland
- Date: Fri, 13 Sep 2013 13:13:48 +0000 (UTC)
commit c3f96cf0e8325ff17104e1649c47fb2f439fe890
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Fri Sep 13 15:11:04 2013 +0200
data: Fix make dist and conditionally install gnome-shell-wayland
data/Makefile.am | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 6e36666..439b849 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -2,7 +2,11 @@ wandadir = $(pkgdatadir)
dist_wanda_DATA = wanda.png
desktopdir=$(datadir)/applications
-desktop_DATA = gnome-shell.desktop gnome-shell-wayland.desktop gnome-shell-extension-prefs.desktop
+desktop_DATA = gnome-shell.desktop gnome-shell-extension-prefs.desktop
+if HAVE_MUTTER_WAYLAND
+desktop_DATA += gnome-shell-wayland.desktop
+endif HAVE_MUTTER_WAYLAND
+
# We substitute in bindir so it works as an autostart
# file when built in a non-system prefix
@@ -83,6 +87,7 @@ convert_DATA = gnome-shell-overrides.convert
EXTRA_DIST = \
gnome-shell.desktop.in.in \
+ gnome-shell-wayland.desktop.in.in \
gnome-shell-extension-prefs.desktop.in.in \
$(introspection_DATA) \
$(menu_DATA) \
@@ -92,6 +97,7 @@ EXTRA_DIST = \
CLEANFILES = \
gnome-shell.desktop.in \
+ gnome-shell-wayland.desktop.in \
gnome-shell-extension-prefs.in \
$(desktop_DATA) \
$(keys_DATA) \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]