summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHadrien Boutteville <hadrien.boutteville@gmail.com>2014-07-10 14:45:24 +0200
committerPeter Korsgaard <peter@korsgaard.com>2014-07-10 17:00:21 +0200
commit2a00418e117ce712857358522c6c506e78e85ccb (patch)
tree2d5940acfc17003ef3a0796e9169e30a37dc7efe
parenta27d7f2f6d21d0a4d6d43069a50ee57871c2f35f (diff)
downloadbuildroot-2a00418e117ce712857358522c6c506e78e85ccb.tar.gz
buildroot-2a00418e117ce712857358522c6c506e78e85ccb.zip
qt5base: fix typo
Signed-off-by: Hadrien Boutteville <hadrien.boutteville@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/qt5/qt5base/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/qt5/qt5base/Config.in b/package/qt5/qt5base/Config.in
index 70ddcd364e..24e5902c00 100644
--- a/package/qt5/qt5base/Config.in
+++ b/package/qt5/qt5base/Config.in
@@ -126,7 +126,7 @@ config BR2_PACKAGE_QT5BASE_DIRECTFB
config BR2_PACKAGE_QT5BASE_XCB
bool "X.org XCB support"
depends on BR2_PACKAGE_XORG7
- select BR2_PACKAGE_LIBX11
+ select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_LIBXCB
select BR2_PACKAGE_XCB_UTIL_IMAGE
select BR2_PACKAGE_XCB_UTIL_KEYSYMS
OpenPOWER on IntegriCloud