Commit 7ba6f22b authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

MacOS: do not try to have KDE-solid

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 46b2ae06
...@@ -4066,7 +4066,7 @@ AC_ARG_WITH(kde-solid, ...@@ -4066,7 +4066,7 @@ AC_ARG_WITH(kde-solid,
AS_HELP_STRING([--with-kde-solid=PATH], AS_HELP_STRING([--with-kde-solid=PATH],
[KDE Solid actions directory (auto)]),, [ [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" with_kde_solid="yes"
fi fi
]) ])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment