Does the following patch make things better, by any chance?

=== modified file 'src/Ubuntu/CMakeLists.txt'
--- src/Ubuntu/CMakeLists.txt   2016-07-01 13:06:40 +0000
+++ src/Ubuntu/CMakeLists.txt   2016-07-12 21:18:57 +0000
@@ -23,7 +23,7 @@
     OUTPUT_VARIABLE UBUNTU_VERSION OUTPUT_STRIP_TRAILING_WHITESPACE)
 add_definitions(-DUBUNTU_VERSION="${UBUNTU_VERSION}")
 
-execute_process(COMMAND ${XVFB_COMMAND} qmlscene --quit 
${CMAKE_CURRENT_SOURCE_DIR}/chromium-version.qml
+execute_process(COMMAND ${XVFB_COMMAND} qmlscene -platform minimal --quit 
${CMAKE_CURRENT_SOURCE_DIR}/chromium-version.qml
     OUTPUT_VARIABLE CHROMIUM_VERSION OUTPUT_STRIP_TRAILING_WHITESPACE)
 string(REGEX MATCH "\\[(.*)\\]" _ ${CHROMIUM_VERSION})
 set(CHROMIUM_VERSION ${CMAKE_MATCH_1})

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1599695

Title:
  When running cmake from QtC on a webbrowser-app branch it fails

Status in webbrowser-app package in Ubuntu:
  Incomplete

Bug description:
  When running cmake from QtC on a webbrowser-app branch in Xenial it
  fails with the following error:

  CMake Error at src/Ubuntu/CMakeLists.txt:31 (message):
    Invalid chromium version: ''

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1599695/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to