~manishsinha/scratch/move-to-zeitgeist2

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Manish Sinha
  • Date: 2013-08-18 08:13:55 UTC
  • Revision ID: manishsinha@ubuntu.com-20130818081355-8gusud1hdalbmcj0
Move Zeitgeist datasource integration from zeitgeist-1.0 to zeitgeist-2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
add_definitions(-DVALA_VERSION="${VALA_SHORTVER}")
45
45
 
46
46
# Dependencies
47
 
set (SCRATCH_DEPS libpeas-1.0 libpeas-gtk-1.0 gtksourceview-3.0 gee-1.0 gobject-2.0 glib-2.0 gio-2.0 gtk+-3.0 granite zeitgeist-1.0)
 
47
set (SCRATCH_DEPS libpeas-1.0 libpeas-gtk-1.0 gtksourceview-3.0 gee-1.0 gobject-2.0 glib-2.0 gio-2.0 gtk+-3.0 granite zeitgeist-2.0)
48
48
find_package (PkgConfig)
49
49
pkg_check_modules (GTK+ REQUIRED "gtk+-3.0 >= 3.4")
50
50
pkg_check_modules (LIBSOURCE REQUIRED libpeas-gtk-1.0 gtksourceview-3.0>=3.0 gthread-2.0)