mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/gtk4 to 4.2.0-5
This commit is contained in:
parent
6bcdf8dd72
commit
810b87ae7e
1 changed files with 2 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
pkgbase=gtk4
|
||||
pkgname=(gtk4 gtk-update-icon-cache gtk4-docs gtk4-demos)
|
||||
pkgver=4.2.0
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
epoch=1
|
||||
pkgdesc="GObject-based multi-platform GUI toolkit"
|
||||
arch=(x86_64)
|
||||
|
@ -39,11 +39,8 @@ prepare() {
|
|||
}
|
||||
|
||||
build() {
|
||||
CFLAGS+=" -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS"
|
||||
local meson_options=(
|
||||
# https://gitlab.gnome.org/GNOME/gtk/-/commit/df4b564d69cc7d2e751537eff61259b36f37e9e5
|
||||
--buildtype release
|
||||
-D c_args="-DG_ENABLE_DEBUG"
|
||||
|
||||
-D broadway-backend=true
|
||||
-D cloudproviders=enabled
|
||||
-D tracker=enabled
|
||||
|
|
Loading…
Reference in a new issue