From 070c1ac3a3817fd9e8311654d0d945c8f4dceb0a Mon Sep 17 00:00:00 2001 From: newbluemoon Date: Wed, 29 Aug 2018 08:36:29 +0200 Subject: [PATCH] tweeny: fix cross --- srcpkgs/tweeny/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/tweeny/template b/srcpkgs/tweeny/template index 66fde5b6a14..02c8fab9e48 100644 --- a/srcpkgs/tweeny/template +++ b/srcpkgs/tweeny/template @@ -3,14 +3,13 @@ pkgname=tweeny version=2 revision=1 build_style=cmake -makedepends="SDL2-devel" +configure_args="-DTWEENY_BUILD_EXAMPLES=OFF" short_desc="Modern C++ tweening library" maintainer="maxice8 " license="MIT" homepage="https://github.com/mobius3/tweeny" distfiles="https://github.com/mobius3/tweeny/archive/${version}.tar.gz" checksum=3a5a4171b96ce85e90eea06b7b3bc80793a357b5638d49f6cf0531771fc2234a -nocross="fails to find headers on cross environment" post_install() { vlicense LICENSE