~unity-2d-team/unity-2d/trunk

« back to all changes in this revision

Viewing changes to libunity-2d-private/CMakeLists.txt

  • Committer: Francis Ginther
  • Date: 2012-09-05 15:40:49 UTC
  • mto: This revision was merged to the branch mainline in revision 1134.
  • Revision ID: francis.ginther@canonical.com-20120905154049-88t4k7lrj3e7uqma
Update build dependency to the renamed libgeis-dev (LP: #1046392)

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
pkg_check_modules(UNITYCORE REQUIRED unity-core-5.0)
11
11
pkg_check_modules(DEE REQUIRED dee-1.0)
12
12
pkg_check_modules(XINPUT REQUIRED xi)
13
 
pkg_check_modules(GEIS REQUIRED libutouch-geis)
 
13
pkg_check_modules(GEIS REQUIRED libgeis)
14
14
pkg_check_modules(XFIXES REQUIRED xfixes)
15
15
 
16
16
set(libunity-2d-private_SOVERSION 0)