[haiku-commits] haiku: hrev51497 - build/jam/images/definitions

  • From: jscipione@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 23 Oct 2017 19:50:56 +0200 (CEST)

hrev51497 adds 1 changeset to branch 'master'
old head: aa4d1b078abf8ec89388becfd307406912a89712
new head: a6c6dd77f3bb1c4afe5d200f0279f8460762464e
overview: 
http://cgit.haiku-os.org/haiku/log/?qt=range&q=a6c6dd77f3bb+%5Eaa4d1b078abf

----------------------------------------------------------------------------

a6c6dd77f3bb: Add Activity Monitor to regular image
  
  ... now that it has been removed from minimum it must be added
  to regular image to keep it.

                                     [ John Scipione <jscipione@xxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev51497
Commit:      a6c6dd77f3bb1c4afe5d200f0279f8460762464e
URL:         http://cgit.haiku-os.org/haiku/commit/?id=a6c6dd77f3bb
Author:      John Scipione <jscipione@xxxxxxxxx>
Date:        Mon Oct 23 17:49:48 2017 UTC

----------------------------------------------------------------------------

1 file changed, 2 insertions(+)
build/jam/images/definitions/regular | 2 ++

----------------------------------------------------------------------------

diff --git a/build/jam/images/definitions/regular 
b/build/jam/images/definitions/regular
index c4aa815..f3def0e 100644
--- a/build/jam/images/definitions/regular
+++ b/build/jam/images/definitions/regular
@@ -16,6 +16,7 @@ SYSTEM_BIN += [ FFilterByBuildFeatures
 ] ;
 
 SYSTEM_APPS += [ FFilterByBuildFeatures
+       ActivityMonitor
        CodyCam
        GLInfo@mesa
        HaikuDepot
@@ -28,6 +29,7 @@ SYSTEM_APPS += [ FFilterByBuildFeatures
 ] ;
 
 DESKBAR_APPLICATIONS +=
+       ActivityMonitor
        CodyCam
        HaikuDepot
        Icon-O-Matic Installer


Other related posts:

  • » [haiku-commits] haiku: hrev51497 - build/jam/images/definitions - jscipione