From dbd5c89e11636df649230737ff2d5545c440358f Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 18 Feb 2014 16:55:55 +0100 Subject: [PATCH] SDL_net: cross build support. --- srcpkgs/SDL_net/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/SDL_net/template b/srcpkgs/SDL_net/template index afb4c8435b..9c40e030bb 100644 --- a/srcpkgs/SDL_net/template +++ b/srcpkgs/SDL_net/template @@ -4,6 +4,7 @@ version=1.2.8 revision=4 build_style=gnu-configure configure_args="--disable-static" +hostmakedepends="pkg-config" makedepends="SDL-devel" short_desc="Small sample cross-platform networking library for SDL" maintainer="Juan RP "