notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: deskutils/bijiben/files/patch-src_libbiji_meson.build
SVNWeb

Number of commits found: 2

Tue, 3 Aug 2021
[ 18:24 Neel Chauhan (nc) search for other commits by this committer ]    commit hash:081c758935b79d22ed4328d5a962adfe5df276e2  commit hash:081c758935b79d22ed4328d5a962adfe5df276e2  commit hash:081c758935b79d22ed4328d5a962adfe5df276e2  081c758 
deskutils/bijiben: Update to 40.1
Sat, 10 Apr 2021
[ 07:15 Tobias Kortkamp (tobik) search for other commits by this committer Author: Michael Forney ]    commit hash:20bc3c521ab47cb3435c108a41113e98f8a3d805  commit hash:20bc3c521ab47cb3435c108a41113e98f8a3d805  commit hash:20bc3c521ab47cb3435c108a41113e98f8a3d805  20bc3c5 
deskutils/bijiben: Add generated biji-marshalers.h to libbiji dependency sources
(D29353)

The meson manual states that

> Each target that depends on a generated header should add that
> header to it's sources, as seen above with libfoo and myexe. This
> is because there is no way for Meson or the backend to know that
> myexe depends on foo.h just because libfoo does, it could be a
> private header.

Since biji-marshalers.h is included by the libbiji public header
libbiji.h, it must be added as a source to all targets that depend
on libbiji. This can be done by adding it to the sources of
libbiji_dep.

This should unbreak the build with samurai.

https://github.com/michaelforney/samurai/issues/70

PR:		254678

Number of commits found: 2