diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2014-12-16 10:05:36 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-12-17 14:18:37 +0100 |
commit | 8b040e58b263741ea19e1826308e22ab3cae585b (patch) | |
tree | 7a568aa5358e8d22cde7d6de6c23571665721963 | |
parent | 38ddbf8b1945c657576cba4ec4a6e5199a0b7f33 (diff) | |
download | meta-qt5-8b040e58b263741ea19e1826308e22ab3cae585b.tar.gz |
qtwayland: re-enable cmake files they don't break build anymore
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | recipes-qt/qt5/qtwayland.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-qt/qt5/qtwayland.inc b/recipes-qt/qt5/qtwayland.inc index 2f1cf2d1..baadcf59 100644 --- a/recipes-qt/qt5/qtwayland.inc +++ b/recipes-qt/qt5/qtwayland.inc | |||
@@ -7,8 +7,6 @@ require qt5.inc | |||
7 | XKB_DEPENDS = "libxkbcommon xproto" | 7 | XKB_DEPENDS = "libxkbcommon xproto" |
8 | DEPENDS += "qtbase qtdeclarative wayland wayland-native qtwayland-native ${XKB_DEPENDS}" | 8 | DEPENDS += "qtbase qtdeclarative wayland wayland-native qtwayland-native ${XKB_DEPENDS}" |
9 | 9 | ||
10 | EXTRA_QMAKEVARS_POST += "CONFIG-=create_cmake" | ||
11 | |||
12 | QT_WAYLAND_CONFIG ?= "wayland-compositor" | 10 | QT_WAYLAND_CONFIG ?= "wayland-compositor" |
13 | QT_WAYLAND_DEFINES ?= "" | 11 | QT_WAYLAND_DEFINES ?= "" |
14 | QT_WAYLAND_BUILD_PARTS ?= "examples" | 12 | QT_WAYLAND_BUILD_PARTS ?= "examples" |