Skip to content

Commit

Permalink
BUILDBOT: Specify custom SDL+FreeType2 prefix for OpenPandora.
Browse files Browse the repository at this point in the history
  • Loading branch information
lordhoto committed Feb 18, 2016
1 parent f88263d commit 148c93f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -1005,7 +1005,9 @@ p = {
"configureargs": [
"--host=openpandora",
"--enable-plugins",
"--default-dynamic"
"--default-dynamic",
"--with-sdl-prefix=%s/arm-none-linux-gnueabi/usr" % scumm_root_openpandora,
"--with-freetype2-prefix=%s/arm-none-linux-gnueabi/usr" % scumm_root_openpandora
],
"env": scumm_env_openpandora,
"disttarget": "op-pnd",
Expand Down

0 comments on commit 148c93f

Please sign in to comment.