summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2016-01-04 11:37:12 -0300
committerPeter Korsgaard <peter@korsgaard.com>2016-01-04 16:19:19 +0100
commit1a0368e6fe711c7b57bd7a5315c0f11b3aab77d0 (patch)
treecb5fc26064088349fa2e0ce266fc1df51795885d
parent7af3cf592c62065c34563d1bf3934c82def3a317 (diff)
downloadbuildroot-1a0368e6fe711c7b57bd7a5315c0f11b3aab77d0.tar.gz
buildroot-1a0368e6fe711c7b57bd7a5315c0f11b3aab77d0.zip
xapp_xbacklight: select xcb-util package
xapp_xbacklight depends on the xcb-utils package but doesn't select it. Fixes: http://autobuild.buildroot.net/results/d96/d96aa77e02954bef6fb6e9d244fbf9d1e939a374/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/x11r7/xapp_xbacklight/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/x11r7/xapp_xbacklight/Config.in b/package/x11r7/xapp_xbacklight/Config.in
index 9756235735..5764056d34 100644
--- a/package/x11r7/xapp_xbacklight/Config.in
+++ b/package/x11r7/xapp_xbacklight/Config.in
@@ -1,5 +1,6 @@
config BR2_PACKAGE_XAPP_XBACKLIGHT
bool "xbacklight"
+ select BR2_PACKAGE_XCB_UTIL
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXRANDR
select BR2_PACKAGE_XLIB_LIBXRENDER
OpenPOWER on IntegriCloud