Commit d4e913a6 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: fix compilation with ML

parent 3a94d061
......@@ -4239,7 +4239,7 @@ if test "${enable_media_library}" == "yes"; then
VLC_ADD_PLUGIN([media_library])
fi
fi
AM_CONDITIONAL([ENABLE_MEDIA_LIBRARY], [test "${enable_media_library}" != "no"])
AM_CONDITIONAL([ENABLE_MEDIA_LIBRARY], [test "${enable_media_library}" = "yes"])
dnl
dnl Endianness check
......
......@@ -90,14 +90,9 @@ nodist_SOURCES_qt4 = \
ui/messages_panel.h \
ui/about.h \
ui/update.h \
ui/sout.h
if ENABLE_MEDIA_LIBRARY
nodist_SOURCES_qt4 +=
dialogs/ml_configuration.moc.cpp \
components/playlist/ml_item.moc.cpp \
components/playlist/ml_model.moc.cpp
endif
components/playlist/ml_model.moc.cpp \
ui/sout.h
DEPS_res = \
pixmaps/arrow_down_dark.png \
......
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