hrev54218 adds 1 changeset to branch 'master'
old head: 05d6891800b50ebc7fe95bbe93d8233322b5d718
new head: 150edea6151cfaf834ebf6e4880bec5b7d6c8eb8
overview:
https://git.haiku-os.org/haiku/log/?qt=range&q=150edea6151c+%5E05d6891800b5
----------------------------------------------------------------------------
150edea6151c: HaikuDepot: Remove usage of ICU build feature.
Not needed after the last commit.
[ Augustin Cavalier <waddlesplash@xxxxxxxxx> ]
----------------------------------------------------------------------------
Revision: hrev54218
Commit: 150edea6151cfaf834ebf6e4880bec5b7d6c8eb8
URL: https://git.haiku-os.org/haiku/commit/?id=150edea6151c
Author: Augustin Cavalier <waddlesplash@xxxxxxxxx>
Date: Sun May 17 16:30:21 2020 UTC
----------------------------------------------------------------------------
1 file changed, 3 deletions(-)
src/apps/haikudepot/Jamfile | 3 ---
----------------------------------------------------------------------------
diff --git a/src/apps/haikudepot/Jamfile b/src/apps/haikudepot/Jamfile
index 36b9402aa8..36bb7b9e5e 100644
--- a/src/apps/haikudepot/Jamfile
+++ b/src/apps/haikudepot/Jamfile
@@ -6,8 +6,6 @@ SubDirC++Flags -Wno-error ;
include [ FDirName $(HAIKU_TOP) src apps haikudepot build jam
HdsSchemaGenRules ] ;
-UseBuildFeatureHeaders icu ;
-
UsePrivateHeaders interface kernel net package shared storage support locale ;
HAIKUDEPOT_GENERATED_SOURCES_DIRECTORY = $(TARGET_COMMON_DEBUG_LOCATE_TARGET) ;
@@ -240,7 +238,6 @@ Application HaikuDepot
:
be package bnetapi translation libcolumnlistview.a shared
[ TargetLibstdc++ ] [ TargetLibsupc++ ] localestub
- [ BuildFeatureAttribute icu : libraries ]
:
HaikuDepot.rdef
;