Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deleted AGG submodule and disabled code relying on AGG. #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

esden
Copy link
Member

@esden esden commented Jul 2, 2017

AGG was causing issues when trying to compile on linux because of libfreetype lib include path issues. @kbob mentioned that we are actually only using AGG for libfreetype so I think we should disable agg and port the code that was using agg to use libfreetype directly and include libfreetype as a submodule to gain control over that dependency.

The code relying on AGG needs to be ported to use libfreetype directly.
We can add libfreetype as a sumbodule to prevent having uncontrolled
external dependencies.

The code relying on agg needs to be ported to use libfreetype directly.
We can add freetype as a sumbodule to prevent having uncontrolled
external dependencies.
@esden esden requested a review from kbob July 2, 2017 22:29
@esden esden changed the title Deleted AGG submodule and disabled code relying on agg. Deleted AGG submodule and disabled code relying on AGG. Jul 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant