enet: prevent from building with cmake configuration

This commit is contained in:
Lukas Rusak 2016-09-24 01:11:01 -07:00
parent 02f0de1a7e
commit 468f9676c1
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

View File

@ -30,6 +30,7 @@ PKG_SHORTDESC="ENet's purpose is to provide a relatively thin, simple and robust
PKG_LONGDESC="ENet's purpose is to provide a relatively thin, simple and robust network communication layer on top of UDP (User Datagram Protocol)"
PKG_IS_ADDON="no"
PKG_USE_CMAKE="no"
PKG_AUTORECONF="yes"
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared"