mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
qtbase: use default PACKAGECONFIG without target override
This make it simpler to override in bbappends, when you don't need to use the override there too.
This commit is contained in:
parent
fe753369b5
commit
2237e27b99
|
|
@ -28,7 +28,7 @@ DEPENDS += "\
|
|||
|
||||
PACKAGECONFIG_class-native ?= "gui widgets dbus"
|
||||
PACKAGECONFIG_class-nativesdk ?= "gui widgets dbus"
|
||||
PACKAGECONFIG_class-target ?= "\
|
||||
PACKAGECONFIG ?= "\
|
||||
${PACKAGECONFIG_DEFAULT} \
|
||||
${PACKAGECONFIG_GRAPHICS} \
|
||||
${PACKAGECONFIG_X11} \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user