~tomas-tormo/unity8/bug_1378814

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Bileto Bot
  • Author(s): Lukáš Tinkl
  • Date: 2016-08-11 06:25:34 UTC
  • mfrom: (2396.1.31 wizardKeyboardPage)
  • Revision ID: ci-train-bot@canonical.com-20160811062534-zww8xs6vuxa9bbfh
Implement a page for choosing HW keyboard layout in OOBE wizard

Approved by: Albert Astals Cid

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
pkg_check_modules(GIO REQUIRED gio-2.0>=2.32)
63
63
pkg_check_modules(GLIB REQUIRED glib-2.0>=2.32)
64
64
pkg_check_modules(QMENUMODEL REQUIRED qmenumodel)
 
65
pkg_check_modules(GD3 REQUIRED gnome-desktop-3.0)
65
66
 
66
67
pkg_check_modules(UBUNTUGESTURES REQUIRED UbuntuGestures)
67
68