mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-09 15:44:44 +02:00
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>
This commit is contained in:
@@ -44,13 +44,11 @@ PACKAGECONFIG_DISTRO ?= ""
|
||||
PACKAGECONFIG_RELEASE ?= "release"
|
||||
# This is in qt5.inc, because qtwebkit-examples are using it to enable ca-certificates dependency
|
||||
# PACKAGECONFIG_OPENSSL ?= "openssl"
|
||||
PACKAGECONFIG_DEFAULT ?= "dbus udev evdev widgets"
|
||||
|
||||
PACKAGECONFIG ??= " \
|
||||
PACKAGECONFIG ?= " \
|
||||
${PACKAGECONFIG_RELEASE} \
|
||||
dbus \
|
||||
udev \
|
||||
evdev \
|
||||
widgets \
|
||||
${PACKAGECONFIG_DEFAULT} \
|
||||
${PACKAGECONFIG_OPENSSL} \
|
||||
${PACKAGECONFIG_GL} \
|
||||
${PACKAGECONFIG_FB} \
|
||||
|
||||
Reference in New Issue
Block a user