summaryrefslogtreecommitdiff
path: root/packages/SDL_gfx.sh
blob: af718dec63fc0f1f4ee3950959ec9f50354591a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
SRCURL=https://github.com/ferzkopp/SDL_gfx.git
DEFAULT_BRANCH="master"

ENV_LD_LIBRARY_PATH="lib"
ENV_PKG_CONFIG_PATH="lib/pkgconfig"
ENV_LDFLAGS_PATH="lib"

BUILD_TYPE="configure"
SRC_INIT_COMMAND="./autogen.sh"