diff options
| author | Hadrien Boutteville <hadrien.boutteville@gmail.com> | 2014-07-10 14:45:24 +0200 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2014-07-10 17:00:21 +0200 |
| commit | 2a00418e117ce712857358522c6c506e78e85ccb (patch) | |
| tree | 2d5940acfc17003ef3a0796e9169e30a37dc7efe | |
| parent | a27d7f2f6d21d0a4d6d43069a50ee57871c2f35f (diff) | |
| download | buildroot-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.in | 2 |
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 |

