libgsttag is also required to build clementine now.

This commit is contained in:
John Maguire 2011-06-16 13:49:10 +00:00
parent ac97a0707f
commit 54e9299c08
2 changed files with 5 additions and 0 deletions

View File

@ -54,6 +54,7 @@ pkg_check_modules(GSTREAMER gstreamer-0.10)
pkg_check_modules(GSTREAMER_BASE gstreamer-base-0.10)
pkg_check_modules(GSTREAMER_APP gstreamer-app-0.10)
pkg_check_modules(GSTREAMER_CDDA gstreamer-cdda-0.10)
pkg_check_modules(GSTREAMER_TAG gstreamer-tag-0.10)
pkg_check_modules(GLIB glib-2.0)
pkg_check_modules(LIBXML libxml-2.0)
pkg_check_modules(GOBJECT gobject-2.0)
@ -81,6 +82,9 @@ if (WIN32)
endif (PYTHON_LIBRARIES AND PYTHON_INCLUDE_DIRS)
else (WIN32)
find_package(PythonLibs)
if (APPLE)
set(PYTHON_INCLUDE_DIRS /System/Library/Frameworks/Python.Framework/Headers)
endif (APPLE)
endif (WIN32)
if (APPLE)

View File

@ -990,6 +990,7 @@ target_link_libraries(clementine_lib
${GSTREAMER_LIBRARIES}
${GSTREAMER_APP_LIBRARIES}
${GSTREAMER_CDDA_LIBRARIES}
${GSTREAMER_TAG_LIBRARIES}
${QTSINGLEAPPLICATION_LIBRARIES}
${QTSINGLECOREAPPLICATION_LIBRARIES}
${QTIOCOMPRESSOR_LIBRARIES}