Commit 12b24393 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>
(cherry picked from commit 7ba6f22b3cc769031d3f17a06c31b9740aed0005)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent c08fa860
...@@ -4121,7 +4121,7 @@ AC_ARG_WITH(kde-solid, ...@@ -4121,7 +4121,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