[vlc-commits] share: disable vlc.desktop compilation on Darwin
    Felix Paul Kühne 
    git at videolan.org
       
    Mon May 23 22:32:32 CEST 2016
    
    
  
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Mon May 23 22:30:22 2016 +0200| [2d70b0f688f9a91afe9dbca7fa631d833046a563] | committer: Felix Paul Kühne
share: disable vlc.desktop compilation on Darwin
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2d70b0f688f9a91afe9dbca7fa631d833046a563
---
 share/Makefile.am |    2 ++
 1 file changed, 2 insertions(+)
diff --git a/share/Makefile.am b/share/Makefile.am
index 3ed638a..4e42e1b 100644
--- a/share/Makefile.am
+++ b/share/Makefile.am
@@ -4,8 +4,10 @@ EXTRA_DIST =
 
 appdatadir = $(datadir)/applications
 if !HAVE_WIN32
+if !HAVE_DARWIN
 appdata_DATA = vlc.desktop
 endif
+endif
 EXTRA_DIST += vlc.desktop.in vlc.desktop.mimetypes
 CLEANFILES += $(appdata_DATA)
 
    
    
More information about the vlc-commits
mailing list