diff options
Diffstat (limited to 'vars')
-rw-r--r-- | vars/sdl1_ttf.vars | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/vars/sdl1_ttf.vars b/vars/sdl1_ttf.vars new file mode 100644 index 00000000..9da3b8c7 --- /dev/null +++ b/vars/sdl1_ttf.vars @@ -0,0 +1,9 @@ +# +# set +o errexit -o noglob -o nounset is assumed. +# + +pkg_sdl1_ttf_configure_autotools_pre() { + "${PKG_BASE_DIR}/${PKG_SUBDIR}/autogen.sh"; +}; + +# vim:filetype=sh textwidth=0 |