diff --git a/config/redbear-full.toml b/config/redbear-full.toml index 79705cc26d..f0778b5add 100644 --- a/config/redbear-full.toml +++ b/config/redbear-full.toml @@ -290,8 +290,11 @@ libxfixes = {} libxi = {} libxrender = {} libxft = {} -libice = {} -libsm = {} +# libice/libsm deliberately NOT included: they are X11 session-management +# libraries used only by ksmserver, which is inside if(WITH_X11) and is not +# built. They also need xorg util-macros, which is in no recipe here -- so +# including them would mean porting a build dependency for code we do not +# compile. libvorbis = {} libogg = {} diff --git a/src/cook/fetch.rs b/src/cook/fetch.rs index bb4e7eea2c..91c0b89677 100644 --- a/src/cook/fetch.rs +++ b/src/cook/fetch.rs @@ -551,7 +551,7 @@ pub fn fetch_offline(recipe: &CookRecipe, logger: &PtyOut) -> Result Result