app_server: add another missing dependency on freetype

This commit is contained in:
Jessica Hamilton 2015-11-26 14:44:51 +13:00
parent 2b899555e7
commit d5449f12d4
1 changed files with 3 additions and 3 deletions

View File

@ -34,9 +34,9 @@ local font_src =
UseBuildFeatureHeaders freetype ;
Includes [ FGristFiles AppServer.cpp BitmapManager.cpp Canvas.cpp
ClientMemoryAllocator.cpp Desktop.cpp DesktopSettings.cpp
DrawState.cpp DrawingEngine.cpp Layer.cpp ServerApp.cpp
ServerBitmap.cpp ServerCursor.cpp ServerFont.cpp ServerPicture.cpp
ServerWindow.cpp View.cpp Window.cpp WorkspacesView.cpp
DrawState.cpp DrawingEngine.cpp Layer.cpp PictureBoundingBoxPlayer.cpp
ServerApp.cpp ServerBitmap.cpp ServerCursor.cpp ServerFont.cpp
ServerPicture.cpp ServerWindow.cpp View.cpp Window.cpp WorkspacesView.cpp
$(decorator_src) $(font_src) ]
: [ BuildFeatureAttribute freetype : headers ] ;