~unity-team/thumbnailer/trunk

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: CI bot
  • Author(s): Jussi Pakkanen
  • Date: 2014-03-07 15:41:09 UTC
  • mfrom: (71.2.2 thumbnailer)
  • Revision ID: ps-jenkins@lists.canonical.com-20140307154109-g1e7li9nra4571n8
Reorient images manually to work around a bug in GdkPixbuf. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 
31
31
include(FindPkgConfig)
32
32
pkg_check_modules(GST_DEPS REQUIRED gstreamer-1.0 gstreamer-plugins-base-1.0 gstreamer-pbutils-1.0 gstreamer-app-1.0)
33
 
pkg_check_modules(IMG_DEPS REQUIRED gdk-pixbuf-2.0)
 
33
pkg_check_modules(IMG_DEPS REQUIRED gdk-pixbuf-2.0 libexif)
34
34
 
35
35
include_directories(${GST_DEPS_INCLUDE_DIRS})
36
36
include_directories(${IMG_DEPS_INCLUDE_DIRS})