File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.6 )
22
3- project (maliit-framework VERSION 2.0 .0)
3+ project (maliit-framework VERSION 2.1 .0)
44
55# Build options
66
@@ -13,7 +13,7 @@ option(enable-glib "Build GLib support" ON)
1313option (enable-xcb "Compile with xcb support" ON )
1414option (enable-wayland "Compile with support for wayland" ON )
1515option (enable-wayland-gtk "Compile with support for wayland gtk+" OFF )
16- option (enable-qt5-inputcontext "Compile with Qt5 input context" ON )
16+ option (enable-qt5-inputcontext "Compile with Qt 5 input context" ON )
1717
1818option (enable-hwkeyboard "Enable support for the hardware keyboard" ON )
1919option (enable-dbus-activation "Enable dbus activation support for maliit-server" OFF )
@@ -33,7 +33,7 @@ endif()
3333
3434if (NOT DEFINED GTK3_PLUGINS_INSTALL_DIR)
3535 set (GTK3_PLUGINS_INSTALL_DIR "${CMAKE_INSTALL_LIBDIR} /gtk-3.0/3.0.0" CACHE PATH
36- "Installation directory for Gtk+ 3 plugins [LIB_INSTALL_DIR/gtk-3.0/3.0.0]" )
36+ "Installation directory for Gtk 3 plugins [LIB_INSTALL_DIR/gtk-3.0/3.0.0]" )
3737endif ()
3838
3939list (APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR } /cmake" )
You can’t perform that action at this time.
0 commit comments