mirror of
https://git.yoctoproject.org/poky
synced 2026-05-05 20:27:58 +02:00
Allow references to the old task packages to continue to work. This does not add RPROVIDES for everything, just those packages that are likely to have been referred to. (From OE-Core rev: b41c45972a6d359f034615471959c84aee2bc456) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
22 lines
428 B
BlitzBasic
22 lines
428 B
BlitzBasic
SUMMARY = "GTK+ over DirectFB without X11"
|
|
PR = "r0"
|
|
LICENSE = "MIT"
|
|
|
|
inherit packagegroup
|
|
|
|
# For backwards compatibility after rename
|
|
RPROVIDES_${PN} = "task-core-gtk-directfb-base"
|
|
|
|
TOUCH = ' ${@base_contains("MACHINE_FEATURES", "touchscreen", "tslib tslib-calibrate tslib-tests", "",d)}'
|
|
|
|
RDEPENDS_${PN} = " \
|
|
directfb \
|
|
directfb-examples \
|
|
pango \
|
|
pango-modules \
|
|
fontconfig \
|
|
gtk+ \
|
|
gtk-demo \
|
|
${TOUCH} \
|
|
"
|