[igt-dev] [PATCH i-g-t] meson.sh: Add support for install/uninstall

Daniel Vetter daniel at ffwll.ch
Thu Oct 11 16:35:55 UTC 2018


On Thu, Oct 11, 2018 at 05:42:30PM +0200, Daniel Vetter wrote:
> This should work now.
> 
> Acked-by: Petri Latvala <petri.latvala at intel.com>
> Signed-off-by: Daniel Vetter <daniel.vetter at intel.com>

Oops, wrong patch.
-Daniel

> ---
>  meson.sh | 7 +++++--
>  1 file changed, 5 insertions(+), 2 deletions(-)
> 
> diff --git a/meson.sh b/meson.sh
> index f0db2a19c440..7cf9d4a3ac70 100755
> --- a/meson.sh
> +++ b/meson.sh
> @@ -24,8 +24,11 @@ reconfigure: build/build.ninja
>  check distcheck dist distclean:
>  	echo "This is the meson wrapper, not automake" && false
>  
> -install uninstall:
> -	echo "meson install support not yet completed" && false
> +install: build/build.ninja
> +	ninja -C build install
> +
> +uninstall: build/build.ninja
> +	ninja -C build uninstall
>  
>  docs:
>  	ninja -C build igt-gpu-tools-doc
> -- 
> 2.19.1
> 

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch


More information about the igt-dev mailing list