[vlc-commits] commit: MacOS: minimal_macosx is broken, don't compile it... ( Jean-Baptiste Kempf )
git at videolan.org
git at videolan.org
Mon Jul 19 18:09:27 CEST 2010
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Jul 19 18:02:43 2010 +0200| [a14e5a4edc8c817bf3d3dc9c2f6a3f6bc638e64a] | committer: Jean-Baptiste Kempf
MacOS: minimal_macosx is broken, don't compile it...
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a14e5a4edc8c817bf3d3dc9c2f6a3f6bc638e64a
---
modules/gui/Modules.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/Modules.am b/modules/gui/Modules.am
index d94fced..5711e1a 100644
--- a/modules/gui/Modules.am
+++ b/modules/gui/Modules.am
@@ -2,7 +2,7 @@ DIST_SUBDIRS = macosx hildon minimal_macosx qt4 skins2 macosx_dialog_provider
SUBDIRS =
if HAVE_DARWIN
-SUBDIRS += macosx minimal_macosx macosx_dialog_provider
+SUBDIRS += macosx macosx_dialog_provider
endif
if BUILD_HILDON
SUBDIRS += hildon
More information about the vlc-commits
mailing list