diff options
Diffstat (limited to 'recipes-qt/qt5/qtwayland.inc')
| -rw-r--r-- | recipes-qt/qt5/qtwayland.inc | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/recipes-qt/qt5/qtwayland.inc b/recipes-qt/qt5/qtwayland.inc deleted file mode 100644 index d126b04c..00000000 --- a/recipes-qt/qt5/qtwayland.inc +++ /dev/null | |||
| @@ -1,31 +0,0 @@ | |||
| 1 | require qt5.inc | ||
| 2 | |||
| 3 | # wayland-native is already in wayland DEPENDS, but add it here | ||
| 4 | # explicitly, because it's native wayland-scanner we're looking for | ||
| 5 | # libxkbcommon isn't mandatory make it easier to remove by .bbappend | ||
| 6 | # (e.g. for building qtwayland with danny which doesn't have libxkbcommon in oe-core). | ||
| 7 | XKB_DEPENDS = "libxkbcommon xproto" | ||
| 8 | DEPENDS += "qtbase qtdeclarative wayland wayland-native qtwayland-native ${XKB_DEPENDS}" | ||
| 9 | |||
| 10 | QT_WAYLAND_CONFIG ?= "wayland-compositor" | ||
| 11 | QT_WAYLAND_DEFINES ?= "" | ||
| 12 | QT_WAYLAND_BUILD_PARTS ?= "examples" | ||
| 13 | |||
| 14 | EXTRA_QMAKEVARS_PRE += "CONFIG+=${QT_WAYLAND_CONFIG}" | ||
| 15 | EXTRA_QMAKEVARS_PRE += "DEFINES+=${QT_WAYLAND_DEFINES}" | ||
| 16 | EXTRA_QMAKEVARS_PRE += "QT_BUILD_PARTS+=${QT_WAYLAND_BUILD_PARTS}" | ||
| 17 | |||
| 18 | FILES_${PN}-plugins += " \ | ||
| 19 | ${OE_QMAKE_PATH_PLUGINS}/*/*/*${SOLIBSDEV} \ | ||
| 20 | " | ||
| 21 | |||
| 22 | FILES_${PN}-plugins-dbg += " \ | ||
| 23 | ${OE_QMAKE_PATH_PLUGINS}/*/*/.debug/* \ | ||
| 24 | " | ||
| 25 | |||
| 26 | # There are no LGPLv3-only licensed files in this component. | ||
| 27 | LICENSE = "BSD & (LGPL-2.1 & Digia-Qt-LGPL-Exception-1.1 | LGPL-3.0)" | ||
| 28 | LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=4193e7f1d47a858f6b7c0f1ee66161de \ | ||
| 29 | file://LICENSE.GPL;md5=d32239bcb673463ab874e80d47fae504 \ | ||
| 30 | file://LGPL_EXCEPTION.txt;md5=0145c4d1b6f96a661c2c139dfb268fb6 \ | ||
| 31 | file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e" | ||
