~sschuhmann/scratch/gtk-stack

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Steffen Schuhmann
  • Date: 2014-06-01 21:15:13 UTC
  • mfrom: (1253.2.52 scratch)
  • Revision ID: schuhmannsteffen@mailbox.org-20140601211513-3rdpix87m4xjmwhp
Merged against root branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
 
74
74
pkg_check_modules (LIBSOURCE REQUIRED
75
75
  libpeas-gtk-1.0
76
 
  gtksourceview-3.0>=3.0
 
76
  gtksourceview-3.0>=3.10
77
77
  gthread-2.0)
78
78
 
79
79
pkg_check_modules (DEPS REQUIRED ${SCRATCH_DEPS})