[vlc-commits] configure: disable skins2
Thomas Guillem
git at videolan.org
Fri May 10 09:51:44 CEST 2019
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Tue Apr 16 09:00:23 2019 +0200| [376d2b561115aea7fbf233be2170db7f46687948] | committer: Thomas Guillem
configure: disable skins2
It need to be ported to the new player, playlist and tree.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=376d2b561115aea7fbf233be2170db7f46687948
---
configure.ac | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/configure.ac b/configure.ac
index a86a9f8897..a08be619ac 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3994,6 +3994,12 @@ AS_IF([test "${enable_skins2}" != "no"], [
enable_skins2="yes"
])
])
+
+AS_IF([test "${enable_skins2}" = "yes"], [
+ AC_MSG_WARN([Skins2 interface disabled, it need to ported to the new player and playlist.])
+ enable_skins2="0"
+], [])
+
AM_CONDITIONAL([BUILD_SKINS], [test "${enable_skins2}" = "yes"])
AC_ARG_ENABLE([libtar],
More information about the vlc-commits
mailing list