Build without hw integration.
[profile/ivi/qtwayland.git] / sync.profile
1 %modules = ( # path to module name map
2     "QtCompositor" => "$basedir/src/compositor",
3 );
4 %moduleheaders = ( # restrict the module headers to those found in relative path
5 );
6 %classnames = (
7 );
8 %mastercontent = (
9     "gui" => "#include <QtGui/QtGui>\n",
10 );
11 %modulepris = (
12     "QtCompositor" => "$basedir/modules/qt_compositor.pri",
13 );
14 %deprecatedheaders = (
15 );
16 # Module dependencies.
17 # Every module that is required to build this module should have one entry.
18 # Each of the module version specifiers can take one of the following values:
19 #   - A specific Git revision.
20 #   - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
21 #
22 %dependencies = (
23         "qtbase" => "refs/heads/master",
24         "qtjsbackend" => "refs/heads/master",
25         "qtdeclarative" => "refs/heads/master",
26 );
27
28 # Compile tests
29 %configtests = (
30     "xkbcommon" => {}
31 );