[vlc-commits] MacOS: do not try to have KDE-solid

Jean-Baptiste Kempf git at videolan.org
Wed Nov 30 19:51:31 CET 2011


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Nov 30 18:39:16 2011 +0100| [7ba6f22b3cc769031d3f17a06c31b9740aed0005] | committer: Jean-Baptiste Kempf

MacOS: do not try to have KDE-solid

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 3948076..9cac2d0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4066,7 +4066,7 @@ AC_ARG_WITH(kde-solid,
   AS_HELP_STRING([--with-kde-solid=PATH],
                  [KDE Solid actions directory (auto)]),, [
 
-if test "${SYS}" != "mingw32" -a "${SYS}" != "mingwce" ; then
+if test "${SYS}" != "mingw32" -a "${SYS}" != "mingwce" -a "${SYS}" != "darwin" ; then
   with_kde_solid="yes"
 fi
 ])



More information about the vlc-commits mailing list