build: Make Debugger usable in minimum profiles
Add a missing dependency (libedit) that prevented Debugger from starting, and include Debugger in the Applications menu in the Taskbar. Change-Id: I43c69fe969e51a3a59d1f2d9aa65c00b20848b87 Reviewed-on: https://review.haiku-os.org/c/haiku/+/1713 Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
committed by
waddlesplash
parent
91af5aa6b6
commit
6e5ca42d21
@@ -54,6 +54,9 @@ requires {
|
||||
cmd:gunzip
|
||||
cmd:tar
|
||||
cmd:unzip
|
||||
#endif
|
||||
#ifdef HAIKU_BUILD_FEATURE_ARM_LIBEDIT_ENABLED
|
||||
lib:libedit
|
||||
#endif
|
||||
lib:libfreetype
|
||||
#ifdef HAIKU_BUILD_FEATURE_ARM_FONTCONFIG_ENABLED
|
||||
|
||||
@@ -54,6 +54,9 @@ requires {
|
||||
cmd:gunzip
|
||||
cmd:tar
|
||||
cmd:unzip
|
||||
#endif
|
||||
#ifdef HAIKU_BUILD_FEATURE_M68K_LIBEDIT_ENABLED
|
||||
lib:libedit
|
||||
#endif
|
||||
lib:libfreetype
|
||||
lib:libfontconfig
|
||||
|
||||
@@ -54,6 +54,9 @@ requires {
|
||||
cmd:gunzip
|
||||
cmd:tar
|
||||
cmd:unzip
|
||||
#endif
|
||||
#ifdef HAIKU_BUILD_FEATURE_PPC_LIBEDIT_ENABLED
|
||||
lib:libedit
|
||||
#endif
|
||||
lib:libfreetype
|
||||
#ifdef HAIKU_BUILD_FEATURE_PPC_FONTCONFIG_ENABLED
|
||||
|
||||
@@ -54,6 +54,9 @@ requires {
|
||||
cmd:gunzip
|
||||
cmd:tar
|
||||
cmd:unzip
|
||||
#endif
|
||||
#ifdef HAIKU_BUILD_FEATURE_RISCV64_LIBEDIT_ENABLED
|
||||
lib:libedit
|
||||
#endif
|
||||
lib:libfreetype
|
||||
#ifdef HAIKU_BUILD_FEATURE_RISCV64_FONTCONFIG_ENABLED
|
||||
|
||||
@@ -54,6 +54,9 @@ requires {
|
||||
cmd:gunzip
|
||||
cmd:tar
|
||||
cmd:unzip
|
||||
#endif
|
||||
#ifdef HAIKU_BUILD_FEATURE_SPARC_LIBEDIT_ENABLED
|
||||
lib:libedit
|
||||
#endif
|
||||
lib:libfreetype
|
||||
#ifdef HAIKU_BUILD_FEATURE_SPARC_FONTCONFIG_ENABLED
|
||||
|
||||
@@ -56,6 +56,9 @@ requires {
|
||||
cmd:unzip
|
||||
#endif
|
||||
lib:libcurl
|
||||
#ifdef HAIKU_BUILD_FEATURE_X86_LIBEDIT_ENABLED
|
||||
lib:libedit
|
||||
#endif
|
||||
#ifdef HAIKU_BUILD_FEATURE_X86_FONTCONFIG_ENABLED
|
||||
lib:libfontconfig
|
||||
#endif
|
||||
|
||||
@@ -56,6 +56,9 @@ requires {
|
||||
cmd:unzip
|
||||
#endif
|
||||
lib:libcurl
|
||||
#ifdef HAIKU_BUILD_FEATURE_X86_64_LIBEDIT_ENABLED
|
||||
lib:libedit
|
||||
#endif
|
||||
#ifdef HAIKU_BUILD_FEATURE_X86_64_FONTCONFIG_ENABLED
|
||||
lib:libfontconfig
|
||||
#endif
|
||||
|
||||
@@ -57,6 +57,9 @@ requires {
|
||||
cmd:unzip
|
||||
#endif
|
||||
lib:libcurl
|
||||
#ifdef HAIKU_BUILD_FEATURE_X86_GCC2_LIBEDIT_ENABLED
|
||||
lib:libedit
|
||||
#endif
|
||||
#ifdef HAIKU_BUILD_FEATURE_X86_GCC2_FONTCONFIG_ENABLED
|
||||
lib:libfontconfig
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user