vlc | branch: master | David Fuhrmann <[email protected]> | Mon Mar 18 
20:06:03 2019 +0100| [4765f0aa47ac94fe97a940bed1f3767463ff377a] | committer: 
David Fuhrmann

macOS package: Do not package includes

Those do not belong into an app bundle, and they also do not belong
into the MacOS subdirectory.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4765f0aa47ac94fe97a940bed1f3767463ff377a
---

 extras/package/macosx/package.mak | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/extras/package/macosx/package.mak 
b/extras/package/macosx/package.mak
index fb323bd748..1aa92e70e2 100644
--- a/extras/package/macosx/package.mak
+++ b/extras/package/macosx/package.mak
@@ -38,9 +38,6 @@ if BUILD_LUA
 endif
        ## HRTFs
        cp -r $(srcdir)/share/hrtfs $@/Contents/Resources/share/
-       ## Copy some other stuff (?)
-       mkdir -p $@/Contents/MacOS/include/
-       (cd "$(prefix)/include" && $(AMTAR) -c --exclude "plugins" vlc) | 
$(AMTAR) -x -C $@/Contents/MacOS/include/
        ## Copy translations
        -cp -a "$(prefix)/share/locale" $@/Contents/Resources/share/
        printf "APPLVLC#" >| $@/Contents/PkgInfo

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to