From 5fe4b752fec9b56da213c38127cab4e70efddc6d Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Mon, 11 Feb 2019 20:25:02 +0200 Subject: Add configure script Configure script is not needed when building, it is provided as a convenience tool. Requires python3. --- linux/makepkg/PKGBUILD | 2 ++ 1 file changed, 2 insertions(+) (limited to 'linux') 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 -- cgit v1.2.1