added freetype-config

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30904 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2009-05-28 21:22:36 +00:00
parent 0807998b5d
commit e19ad5ff1a
2 changed files with 162 additions and 2 deletions
+2 -2
View File
@@ -302,8 +302,8 @@ if [ IsOptionalHaikuImagePackageAdded DevelopmentMin ] && $(TARGET_ARCH) = x86 {
# ABI independent stuff
# scripts: cc and c++ wrapper, setgcc
local scripts = cc c++ setgcc ;
# scripts: cc and c++ wrapper, freetype-config, setgcc
local scripts = cc c++ freetype-config setgcc ;
SEARCH on $(scripts) = [ FDirName $(HAIKU_TOP) data bin ] ;
AddFilesToHaikuImage system bin : $(scripts) ;