From c1e8b97498b0854771a19660ffed5f133a786422 Mon Sep 17 00:00:00 2001 From: oreo639 Date: Thu, 3 Oct 2024 13:47:29 -0700 Subject: [PATCH] bijiben: force gtk4 to build first --- srcpkgs/bijiben/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/bijiben/template b/srcpkgs/bijiben/template index d042d3b0a9c..cad7bc59394 100644 --- a/srcpkgs/bijiben/template +++ b/srcpkgs/bijiben/template @@ -16,6 +16,8 @@ changelog="https://gitlab.gnome.org/GNOME/gnome-notes/-/raw/gnome-40-0/NEWS" distfiles="${GNOME_SITE}/bijiben/${version%.*}/bijiben-${version}.tar.xz" checksum=05a06fb066e9802f5f24ab67b0d2f71451866363ba3e39f9f775fd49a7587bbf +makedepends+=" gtk4" # Build first, pulled in by evolution-data-server + pre_build() { ninja -C build src/libbiji/biji-marshalers.h }