Skip to content

Commit

Permalink
app_server: add another missing dependency on freetype
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicah committed Nov 26, 2015
1 parent 2b89955 commit d5449f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/servers/app/Jamfile
Expand Up @@ -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 ] ;

Expand Down

0 comments on commit d5449f1

Please sign in to comment.