diff options
author | Mikhail Durnev <mikhail_durnev@mentor.com> | 2014-09-08 12:58:29 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-10 11:29:49 +0100 |
commit | ca14b0c0b5a6653336c79d8ec80e2cdef3f9239e (patch) | |
tree | 510dc194470e4c4442ec612e822d3e756f8f508d /meta/recipes-graphics | |
parent | ed5fb9c69fcf0f6e8e98f72ac753c66119468ea5 (diff) | |
download | openembedded-core-ca14b0c0b5a6653336c79d8ec80e2cdef3f9239e.tar.gz openembedded-core-ca14b0c0b5a6653336c79d8ec80e2cdef3f9239e.tar.bz2 openembedded-core-ca14b0c0b5a6653336c79d8ec80e2cdef3f9239e.zip |
libxkbcommon: Add missing dependency on xkeyboard-config
libxkbcommon depends on xkeyboard-config
Signed-off-by: Mikhail Durnev <mikhail_durnev@mentor.com>
Signed-off-by: Abhijit Potnis <abhijit_potnis@mentor.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxkbcommon_0.4.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxkbcommon_0.4.3.bb b/meta/recipes-graphics/xorg-lib/libxkbcommon_0.4.3.bb index 9b7b0c2445..0dd295678e 100644 --- a/meta/recipes-graphics/xorg-lib/libxkbcommon_0.4.3.bb +++ b/meta/recipes-graphics/xorg-lib/libxkbcommon_0.4.3.bb @@ -17,4 +17,4 @@ inherit autotools pkgconfig EXTRA_OECONF = "--disable-docs" PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" -PACKAGECONFIG[x11] = "--enable-x11,--disable-x11,libxcb" +PACKAGECONFIG[x11] = "--enable-x11,--disable-x11,libxcb xkeyboard-config," |