~michihenning/thumbnailer/fix-qt-pkg-config

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Łukasz 'sil2100' Zemczak
  • Date: 2013-09-30 15:55:07 UTC
  • mto: This revision was merged to the branch mainline in revision 43.
  • Revision ID: lukasz.zemczak@canonical.com-20130930155507-q8it9gdmu9tgl2ix
Packaging review

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
set(LIBDIR ${CMAKE_INSTALL_LIBDIR})
20
20
 
21
21
include(FindPkgConfig)
22
 
pkg_check_modules(GST_DEPS REQUIRED
23
 
 gstreamer-1.0 gstreamer-plugins-base-1.0 gstreamer-pbutils-1.0 gstreamer-app-1.0)
 
22
pkg_check_modules(GST_DEPS REQUIRED gstreamer-1.0 gstreamer-plugins-base-1.0 gstreamer-pbutils-1.0 gstreamer-app-1.0)
24
23
pkg_check_modules(IMG_DEPS REQUIRED gdk-pixbuf-2.0)
25
24
 
26
25
include_directories(${DEPS_INCLUDE_DIRS})