Skip to content

Commit

Permalink
Cleanups.
Browse files Browse the repository at this point in the history
- Move libdebugger into the body with the rest of the libraries. Cleanup
  suggested by Ingo. No functional change.
  • Loading branch information
anevilyak committed Jun 4, 2016
1 parent 3ef3dbc commit 76477fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions build/jam/images/definitions/minimum
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,14 @@ rule HaikuImageGetSystemLibs
# libs with standard grist
[ MultiArchDefaultGristFiles [ FFilterByBuildFeatures
libbe.so libbsd.so libbnetapi.so
libdebug.so libdevice.so
libdebug.so
libdebugger.so@primary
libdevice.so
libgnu.so
libnetwork.so
libpackage.so
libtextencoding.so libtracker.so libtranslation.so
] ]
libdebugger.so@primary
;
}

Expand Down
5 changes: 3 additions & 2 deletions build/jam/images/definitions/regular
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,16 @@ rule HaikuImageGetSystemLibs
libalm.so
libbe.so libbsd.so libbnetapi.so
libbluetooth.so
libdebug.so libdevice.so
libdebug.so
libdebugger.so@primary
libdevice.so
libgame.so libglut.so@mesa libgnu.so
libmail.so libmedia.so libmidi.so libmidi2.so
libnetwork.so
libpackage.so
libscreensaver.so
libtextencoding.so libtracker.so libtranslation.so
] ]
libdebugger.so@primary
;
}

Expand Down

0 comments on commit 76477fc

Please sign in to comment.