40 lines
1.1 KiB
BlitzBasic
40 lines
1.1 KiB
BlitzBasic
SUMMARY = "Framework sample qt components"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
|
|
|
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
|
|
|
inherit packagegroup features_check
|
|
|
|
REQUIRED_DISTRO_FEATURES = "opengl"
|
|
|
|
PROVIDES = "${PACKAGES}"
|
|
PACKAGES = "\
|
|
packagegroup-framework-sample-qt \
|
|
packagegroup-framework-sample-qt-examples \
|
|
"
|
|
|
|
RDEPENDS:packagegroup-framework-sample-qt = "\
|
|
qtbase \
|
|
liberation-fonts \
|
|
qtbase-plugins \
|
|
qtbase-tools \
|
|
\
|
|
qtdeclarative \
|
|
qtdeclarative-qmlplugins \
|
|
qtdeclarative-tools \
|
|
\
|
|
qtgraphicaleffects-qmlplugins \
|
|
\
|
|
qtmultimedia \
|
|
qtmultimedia-plugins \
|
|
qtmultimedia-qmlplugins \
|
|
\
|
|
qtscript \
|
|
"
|
|
|
|
SUMMARY:packagegroup-framework-sample-qt-examples = "Framework sample qt components for examples"
|
|
RDEPENDS:packagegroup-framework-sample-qt-examples = "\
|
|
qtbase-examples \
|
|
"
|