libdebugger: Remove unnecessary header dependency.
- The library does not depend on libedit/ncurses, these were contained entirely within the application level code.
This commit is contained in:
@@ -326,8 +326,6 @@ local sources =
|
|||||||
# let Jam know about the dependency.
|
# let Jam know about the dependency.
|
||||||
Includes [ FGristFiles $(sources) ] :
|
Includes [ FGristFiles $(sources) ] :
|
||||||
<syscalls!$(TARGET_PACKAGING_ARCH)>syscall_numbers.h
|
<syscalls!$(TARGET_PACKAGING_ARCH)>syscall_numbers.h
|
||||||
[ BuildFeatureAttribute ncurses : headers ]
|
|
||||||
[ BuildFeatureAttribute libedit : headers ]
|
|
||||||
;
|
;
|
||||||
|
|
||||||
SharedLibrary libdebugger.so :
|
SharedLibrary libdebugger.so :
|
||||||
|
|||||||
Reference in New Issue
Block a user