diff options
author | Ray Strode <rstrode@redhat.com> | 2014-12-17 13:31:31 -0500 |
---|---|---|
committer | Ray Strode <rstrode@redhat.com> | 2015-11-09 10:25:40 -0500 |
commit | 7b20d151edcf8dd23a058ae5d040a68ae4e059b5 (patch) | |
tree | c2cf15b18fea65e7b88dec4f9354a7b0595065bf /data/Makefile.am | |
parent | 8ec0c99ff4f5a47cd6078cec97527d93dd0c47e8 (diff) | |
download | mutter-7b20d151edcf8dd23a058ae5d040a68ae4e059b5.tar.gz |
data: drop mutter-wayland.desktop
It's not needed since we can automatically figure things out
based on logind.
https://bugzilla.gnome.org/show_bug.cgi?id=741666
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 2c11822f3..699a83401 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,6 +1,5 @@ desktopfiles_in_files = \ - mutter.desktop.in \ - mutter-wayland.desktop.in + mutter.desktop.in desktopfilesdir = $(datadir)/applications desktopfiles_DATA = $(desktopfiles_in_files:.desktop.in=.desktop) |