From 14927c4ba1f923c5e3d86ecdd3d5e84be11e6bb4 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Fri, 23 Sep 2016 14:29:49 -0700 Subject: [PATCH] SDL2: prevent from building with cmake configuration Signed-off-by: Stephan Raue --- packages/multimedia/SDL2/package.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/multimedia/SDL2/package.mk b/packages/multimedia/SDL2/package.mk index f2f8b05d30..f213ec7b8a 100644 --- a/packages/multimedia/SDL2/package.mk +++ b/packages/multimedia/SDL2/package.mk @@ -30,6 +30,7 @@ PKG_SHORTDESC="SDL2: A cross-platform Graphic API" PKG_LONGDESC="Simple DirectMedia Layer is a cross-platform multimedia library designed to provide fast access to the graphics framebuffer and audio device. It is used by MPEG playback software, emulators, and many popular games, including the award winning Linux port of 'Civilization: Call To Power.' Simple DirectMedia Layer supports Linux, Win32, BeOS, MacOS, Solaris, IRIX, and FreeBSD." PKG_IS_ADDON="no" +PKG_USE_CMAKE="no" PKG_AUTORECONF="no" PKG_CONFIGURE_OPTS_TARGET="--disable-shared --enable-static \