Skip to content

Commit

Permalink
libdebugger: Remove unnecessary header dependency.
Browse files Browse the repository at this point in the history
- The library does not depend on libedit/ncurses, these were contained
  entirely within the application level code.
  • Loading branch information
anevilyak committed Jun 5, 2016
1 parent 9968f34 commit 0b20cac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/kits/debugger/Jamfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 :
Expand Down

0 comments on commit 0b20cac

Please sign in to comment.