summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/packagegroups/packagegroup-core-gtk-directfb.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/packagegroups/packagegroup-core-gtk-directfb.bb')
-rw-r--r--meta/recipes-graphics/packagegroups/packagegroup-core-gtk-directfb.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-graphics/packagegroups/packagegroup-core-gtk-directfb.bb b/meta/recipes-graphics/packagegroups/packagegroup-core-gtk-directfb.bb
index d6c29853eb..55b0b9d020 100644
--- a/meta/recipes-graphics/packagegroups/packagegroup-core-gtk-directfb.bb
+++ b/meta/recipes-graphics/packagegroups/packagegroup-core-gtk-directfb.bb
@@ -1,11 +1,13 @@
1SUMMARY = "GTK+ over DirectFB without X11" 1SUMMARY = "GTK+ over DirectFB without X11"
2PR = "r0" 2PR = "r1"
3LICENSE = "MIT" 3LICENSE = "MIT"
4 4
5inherit packagegroup 5inherit packagegroup
6 6
7# For backwards compatibility after rename 7# For backwards compatibility after rename
8RPROVIDES_${PN} = "task-core-gtk-directfb-base" 8RPROVIDES_${PN} = "task-core-gtk-directfb-base"
9RREPLACES_${PN} = "task-core-gtk-directfb-base"
10RCONFLICTS_${PN} = "task-core-gtk-directfb-base"
9 11
10TOUCH = ' ${@base_contains("MACHINE_FEATURES", "touchscreen", "tslib tslib-calibrate tslib-tests", "",d)}' 12TOUCH = ' ${@base_contains("MACHINE_FEATURES", "touchscreen", "tslib tslib-calibrate tslib-tests", "",d)}'
11 13