diff options
Diffstat (limited to 'harmony/glib')
-rw-r--r-- | harmony/glib/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/harmony/glib/APKBUILD b/harmony/glib/APKBUILD index 31a4fc576..89a98754f 100644 --- a/harmony/glib/APKBUILD +++ b/harmony/glib/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=glib pkgver=2.54.2 -pkgrel=0 +pkgrel=1 pkgdesc="Common C routines used by Gtk+ and other libs" url="https://developer.gnome.org/glib/" arch="all" @@ -46,6 +46,7 @@ build() { --disable-compile-warnings \ --disable-selinux \ --with-pcre=system \ + --with-python=python3 \ --with-pic \ --enable-static make |