From 30876b26a7683384f7aeb3b6254e387c6bea6cac Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Thu, 21 Feb 2013 10:55:57 +0100 Subject: matchbox-desktop: needs zlib Otherwise the build fails with: In file included from mbdesktop_win_plugin.c:1:0: mbdesktop.h:31:18: fatal error: zlib.h: No such file or directory Signed-off-by: Peter Korsgaard --- package/matchbox/Config.in | 1 + 1 file changed, 1 insertion(+) (limited to 'package/matchbox/Config.in') diff --git a/package/matchbox/Config.in b/package/matchbox/Config.in index e4b6149d7..d89a1762e 100644 --- a/package/matchbox/Config.in +++ b/package/matchbox/Config.in @@ -19,6 +19,7 @@ config BR2_PACKAGE_MATCHBOX_PANEL config BR2_PACKAGE_MATCHBOX_DESKTOP bool "Matchbox Desktop" depends on BR2_PACKAGE_MATCHBOX + select BR2_PACKAGE_ZLIB help A PDA style application launcher or 'item browser'. -- cgit v1.2.3