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:
Rene Gollent 2016-06-05 18:24:33 -04:00
parent 9968f34302
commit 0b20cac7c3

View File

@ -326,8 +326,6 @@ local sources =
# let Jam know about the dependency.
Includes [ FGristFiles $(sources) ] :
<syscalls!$(TARGET_PACKAGING_ARCH)>syscall_numbers.h
[ BuildFeatureAttribute ncurses : headers ]
[ BuildFeatureAttribute libedit : headers ]
;
SharedLibrary libdebugger.so :