X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcomponent.h;h=5479cc5a1aa71d86ed163f73ec8e6a5c3c4bfb3b;hb=d1f9551e05c9d341149eb490e05b1465d3d6b711;hp=bde558d6281facab3d935a0384898c7797eb0dfa;hpb=6b84e1f5673888753cbe566c1365222ed33fd3ac;p=builder.git diff --git a/source/component.h b/source/component.h index bde558d..5479cc5 100644 --- a/source/component.h +++ b/source/component.h @@ -37,10 +37,10 @@ protected: std::string name; std::vector sources; std::vector overlays; - bool install; + bool install = false; BuildInfo build_info; Package::Requirements requires; - bool deflt; + bool deflt = true; InstallMap install_map; std::vector problems;