Browse Source

only show dev packages from selected software

Waldemar Brodkorb 9 years ago
parent
commit
606c5b917b
1 changed files with 1 additions and 2 deletions
  1. 1 2
      adk/tools/pkgmaker.c

+ 1 - 2
adk/tools/pkgmaker.c

@@ -1160,8 +1160,7 @@ int main() {
 							pkg_helper = NULL;
 						}
 
-						fprintf(cfg, "\tdepends on ADK_PACKAGE_GCC\n");
-						fprintf(cfg, "\tselect ADK_PACKAGE_%s\n", toupperstr(pkg_libname));
+						fprintf(cfg, "\tdepends on ADK_PACKAGE_GCC && ADK_PACKAGE_%s\n", toupperstr(pkg_libname));
 						fprintf(cfg, "\tdefault n\n");
 						fclose(cfg);
 						free(pseudo_name);