diff options
author | Maxin B. John <maxin.john@intel.com> | 2016-07-12 17:07:41 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-04 15:05:48 +0100 |
commit | a93c45fa77eb7ea31b91d5bad3c64634bd1476ee (patch) | |
tree | 523e047c7226106fd2a5b45a4cf3f451654800b8 /meta/recipes-graphics | |
parent | b1e439a046e0cd48709fb2ee33cafa9fe23284be (diff) | |
download | openembedded-core-a93c45fa77eb7ea31b91d5bad3c64634bd1476ee.tar.gz openembedded-core-a93c45fa77eb7ea31b91d5bad3c64634bd1476ee.tar.bz2 openembedded-core-a93c45fa77eb7ea31b91d5bad3c64634bd1476ee.zip |
packagegroup-core-x11-base.bb: replace pointercal with pointercal-xinput
Replace pointercal with pointercal-xinput since we removed pointercal recipe.
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb b/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb index db3dfe3abe..6e8e50d004 100644 --- a/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb +++ b/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb @@ -10,7 +10,7 @@ RDEPENDS_${PN} = "\ packagegroup-core-x11-xserver \ packagegroup-core-x11-utils \ dbus \ - pointercal \ + pointercal-xinput \ matchbox-terminal \ matchbox-wm \ mini-x-session \ |