projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b128278
)
cdrkit: add zlib select
author
Gustavo Zacarias
<gustavo@zacarias.com.ar>
Mon, 11 Jan 2016 12:46:33 +0000
(09:46 -0300)
committer
Peter Korsgaard
<peter@korsgaard.com>
Mon, 11 Jan 2016 16:29:45 +0000
(17:29 +0100)
It's inconsistent with it's DEPENDENCIES otherwise, fixes:
http://autobuild.buildroot.net/results/ac1/
ac1e671dcd66c3823cf2e289604ed56f14f7161e
/
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/cdrkit/Config.in
patch
|
blob
|
history
diff --git
a/package/cdrkit/Config.in
b/package/cdrkit/Config.in
index 3b0b7f1e547c44ddb22290b90bd26256574c5c69..46c0ba9bf25556fb99e6b244ccd37c2546dfe3bc 100644
(file)
--- a/
package/cdrkit/Config.in
+++ b/
package/cdrkit/Config.in
@@
-2,6
+2,7
@@
config BR2_PACKAGE_CDRKIT
# Needed for libbz
select BR2_PACKAGE_BZIP2
select BR2_PACKAGE_LIBCAP
+ select BR2_PACKAGE_ZLIB
depends on BR2_USE_MMU # fork
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 # libcap
bool "cdrkit"