diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-02-22 09:14:12 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-02-22 09:14:35 +0100 |
commit | 04013e13b1368d86dfa6567807a3345b1de1dc6b (patch) | |
tree | a697db49e1b130b461684e2dcde0b184729d88a3 /recipes-qt/qt5/qtbase.inc | |
parent | e6f2641311118bc2169a9a43f2ff2d21a18f4572 (diff) | |
download | meta-qt5-04013e13b1368d86dfa6567807a3345b1de1dc6b.tar.gz |
qtbase: Move remaining few by default enabled options to PACKAGECONFIG_DEFAULT
* more and more people don't want to redefine whole PACKAGECONFIG variable
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtbase.inc')
-rw-r--r-- | recipes-qt/qt5/qtbase.inc | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc index d8ad4da5..6c477304 100644 --- a/recipes-qt/qt5/qtbase.inc +++ b/recipes-qt/qt5/qtbase.inc | |||
@@ -44,13 +44,11 @@ PACKAGECONFIG_DISTRO ?= "" | |||
44 | PACKAGECONFIG_RELEASE ?= "release" | 44 | PACKAGECONFIG_RELEASE ?= "release" |
45 | # This is in qt5.inc, because qtwebkit-examples are using it to enable ca-certificates dependency | 45 | # This is in qt5.inc, because qtwebkit-examples are using it to enable ca-certificates dependency |
46 | # PACKAGECONFIG_OPENSSL ?= "openssl" | 46 | # PACKAGECONFIG_OPENSSL ?= "openssl" |
47 | PACKAGECONFIG_DEFAULT ?= "dbus udev evdev widgets" | ||
47 | 48 | ||
48 | PACKAGECONFIG ??= " \ | 49 | PACKAGECONFIG ?= " \ |
49 | ${PACKAGECONFIG_RELEASE} \ | 50 | ${PACKAGECONFIG_RELEASE} \ |
50 | dbus \ | 51 | ${PACKAGECONFIG_DEFAULT} \ |
51 | udev \ | ||
52 | evdev \ | ||
53 | widgets \ | ||
54 | ${PACKAGECONFIG_OPENSSL} \ | 52 | ${PACKAGECONFIG_OPENSSL} \ |
55 | ${PACKAGECONFIG_GL} \ | 53 | ${PACKAGECONFIG_GL} \ |
56 | ${PACKAGECONFIG_FB} \ | 54 | ${PACKAGECONFIG_FB} \ |