mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
core/glib2 to 2.60.3-2
This commit is contained in:
parent
91815425ac
commit
b3e70bb439
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
pkgbase=glib2
|
||||
pkgname=(glib2 glib2-docs)
|
||||
pkgver=2.60.3
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Low level core library"
|
||||
url="https://wiki.gnome.org/Projects/GLib"
|
||||
license=(LGPL2.1)
|
||||
|
@ -47,6 +47,7 @@ prepare() {
|
|||
}
|
||||
|
||||
build() {
|
||||
CFLAGS+=" -DG_DISABLE_CAST_CHECKS"
|
||||
arch-meson glib build \
|
||||
-D selinux=disabled \
|
||||
-D man=true \
|
||||
|
|
Loading…
Reference in a new issue