Skip to content

Commit

Permalink
Bump ilm to 2.0.0 stable version
Browse files Browse the repository at this point in the history
In this release, the major version is increased
because of backwards incompatible changes.

List of major changes:
- introduce ivi-wm protocol instead of ivi-controller
- introduce ilm_surfaceSetType and ilm_getError APIs
- remove takeLayerScreenshot, surfaceGetPixelformat,
  all orientation APIs
- remove many legacy unneeded defines from ilm header
  files
- EGLWLInputEventExample: supports cursors
- add connectorName prop to ilmScreenProperties
- introduce surface frame counter
- introduce a background surface example

Signed-off-by: Emre Ucan <[email protected]>
  • Loading branch information
eucan committed Oct 13, 2017
1 parent d09a03a commit 5711331
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ SET(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules)

project(wayland-ivi-extension)

SET(IVI_EXTENSION_VERSION 1.13.0)
SET(ILM_API_VERSION 1.13.0)
SET(IVI_EXTENSION_VERSION 2.0.0)
SET(ILM_API_VERSION 2.0.0)

add_subdirectory(protocol)

Expand Down

0 comments on commit 5711331

Please sign in to comment.