Commit b15a34c4 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix skins2

parent 4dc07c99
......@@ -3614,9 +3614,11 @@ AS_IF([test "${enable_skins2}" != "no"], [
], [
AC_MSG_ERROR([Skins2 interface requires FreeType, libxpm, libxext and libxinerama])
])
enable_skins2="no"
], [
VLC_ADD_PLUGIN([skins2])
ALIASES="${ALIASES} svlc"
])
VLC_ADD_PLUGIN([skins2])
ALIASES="${ALIASES} svlc"
])
AM_CONDITIONAL(BUILD_SKINS, [test "${enable_skins2}" = "yes"])
......
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