glib: disable using meson

This commit is contained in:
Lukas Rusak 2017-10-19 17:55:48 -07:00
parent bbbe7fb63b
commit b878305bf2
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

View File

@ -30,6 +30,7 @@ PKG_SECTION="devel"
PKG_SHORTDESC="glib: C support library" PKG_SHORTDESC="glib: C support library"
PKG_LONGDESC="GLib is a library which includes support routines for C such as lists, trees, hashes, memory allocation, and many other things." PKG_LONGDESC="GLib is a library which includes support routines for C such as lists, trees, hashes, memory allocation, and many other things."
PKG_AUTORECONF="yes" PKG_AUTORECONF="yes"
PKG_USE_MESON="no"
PKG_CONFIGURE_OPTS_HOST="PCRE_LIBS=-l:libpcre.a \ PKG_CONFIGURE_OPTS_HOST="PCRE_LIBS=-l:libpcre.a \
--enable-static \ --enable-static \