Re: First experiments with kmod-git and meson build-system

2024-10-19 Thread Sedat Dilek
Add strip option to custom INI file: [ build-dileks.ini ] ; SPDX-FileCopyrightText: 2024 Emil Velikov ; SPDX-FileCopyrightText: 2024 Lucas De Marchi ; ; SPDX-License-Identifier: LGPL-2.1-or-later [project options] build-tests = false debug-messages = false docs = false zstd = 'enabled' xz = 'e

Re: First experiments with kmod-git and meson build-system

2024-10-19 Thread Sedat Dilek
On Sat, Oct 19, 2024 at 4:31 PM Emil Velikov wrote: ... > > [built-in options] > > -buildtype = 'debugoptimized' > > +;buildtype = 'debugoptimized' > > > > ^^ What buildtype other than above exists? > > > > Check the meson website - it describes them quite well [2] > > [2] https://mesonbuild.com/B

Re: First experiments with kmod-git and meson build-system

2024-10-19 Thread Sedat Dilek
On Sun, Oct 20, 2024 at 12:07 AM Sedat Dilek wrote: > > On Sat, Oct 19, 2024 at 4:31 PM Emil Velikov wrote: > ... > > > [built-in options] > > > -buildtype = 'debugoptimized' > > > +;buildtype = 'debugoptimized' > > > > > > ^^ What buildtype other than above exists? > > > > > > > Check the meson

Re: First experiments with kmod-git and meson build-system

2024-10-19 Thread Emil Velikov
On Sat, 19 Oct 2024 at 12:35, Sedat Dilek wrote: > > On Fri, Oct 18, 2024 at 2:01 PM Emil Velikov wrote: > > > > Hi Sedat, > > > > On Fri, 18 Oct 2024 at 11:48, Sedat Dilek wrote: > > > Have you tested the resulting files, or you're just building testing? > > In case of the latter we already hav

Re: First experiments with kmod-git and meson build-system

2024-10-19 Thread Sedat Dilek
On Fri, Oct 18, 2024 at 2:01 PM Emil Velikov wrote: > > Hi Sedat, > > On Fri, 18 Oct 2024 at 11:48, Sedat Dilek wrote: > Have you tested the resulting files, or you're just building testing? > In case of the latter we already have CI which covers Debian so > :shrug: > Hi Emil, Great, you consi

Re: First experiments with kmod-git and meson build-system

2024-10-18 Thread Emil Velikov
Hi Sedat, On Fri, 18 Oct 2024 at 11:48, Sedat Dilek wrote: > > Hi, > Have you tested the resulting files, or you're just building testing? In case of the latter we already have CI which covers Debian so :shrug: > looks like etc directory was not copied to $PREFIX. > Yes, meson behaves differen