diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2019-02-11 20:25:02 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2019-02-11 20:25:02 +0200 |
commit | 5fe4b752fec9b56da213c38127cab4e70efddc6d (patch) | |
tree | 1e30eb7629b9ced0604bd6bb4980667ffe46cf89 /linux/makepkg/PKGBUILD | |
parent | move add_global_arguments before build targets (diff) | |
download | smolbote-5fe4b752fec9b56da213c38127cab4e70efddc6d.tar.xz |
Add configure script
Configure script is not needed when building, it is provided as a
convenience tool. Requires python3.
Diffstat (limited to 'linux/makepkg/PKGBUILD')
-rw-r--r-- | linux/makepkg/PKGBUILD | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/makepkg/PKGBUILD b/linux/makepkg/PKGBUILD index 52537d1..8c6bed3 100644 --- a/linux/makepkg/PKGBUILD +++ b/linux/makepkg/PKGBUILD @@ -51,6 +51,8 @@ build() { # For a list of configureable options, check smolbote/meson_options.txt, or # run `meson configure` in $srcdir/build + + # --wrap-mode=nodownload - disable meson from downloading dependency wraps. This will cause it to fail if makedepends are not found by pkg-config or cmake. # --buildtype=plain - meson won't add any flags to the command line # --prefix=... - install prefix # --auto-features=disabled - features should be explicitly enabled |