summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-12-30 22:54:41 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-12-30 22:54:41 +0100
commitc8dd1f622c88240b5ea0a6634f542b4745fb190a (patch)
treedd00dcf0e3c5cc02e33c2b975380b3d9694f1380
parente9f293523265af016571e0dd3c6243b44e1ea9d8 (diff)
downloadbuildroot-c8dd1f622c88240b5ea0a6634f542b4745fb190a.tar.gz
buildroot-c8dd1f622c88240b5ea0a6634f542b4745fb190a.zip
xserver_xorg-server: add missing select BR2_PACKAGE_MCOOKIE
Fixes: http://autobuild.buildroot.org/results/7af/7afbf93492819ce59141f056f72679e4cdec0649/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/x11r7/xserver_xorg-server/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/x11r7/xserver_xorg-server/Config.in b/package/x11r7/xserver_xorg-server/Config.in
index e2eec5557e..2bc3f75239 100644
--- a/package/x11r7/xserver_xorg-server/Config.in
+++ b/package/x11r7/xserver_xorg-server/Config.in
@@ -5,6 +5,7 @@ config BR2_PACKAGE_XSERVER_XORG_SERVER
# libgcrypt are already part of the build, we'll use one of
# them, otherwise, use the small libsha1 library.
select BR2_PACKAGE_LIBSHA1 if (!BR2_PACKAGE_OPENSSL && !BR2_PACKAGE_LIBGCRYPT)
+ select BR2_PACKAGE_MCOOKIE
select BR2_PACKAGE_PIXMAN
select BR2_PACKAGE_XFONT_FONT_ALIAS if !BR2_PACKAGE_XSERVER_XORG_SERVER_BUILTIN_FONTS
select BR2_PACKAGE_XFONT_FONT_MISC_MISC if !BR2_PACKAGE_XSERVER_XORG_SERVER_BUILTIN_FONTS
OpenPOWER on IntegriCloud