From 97d6b4995b4232b50d8b1c3b77eb79158e9e486c Mon Sep 17 00:00:00 2001
From: Simon McVittie <smcv@collabora.com>
Date: Tue, 9 Jun 2020 17:02:54 +0100
Subject: [PATCH] build: Set the default prefix

It'll be easier to set up a test environment if we default to the
prefix into which we normally package it.

Signed-off-by: Simon McVittie <smcv@collabora.com>
---
 meson.build | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meson.build b/meson.build
index c9d320c0f..e29eb930e 100644
--- a/meson.build
+++ b/meson.build
@@ -26,6 +26,7 @@ project(
   default_options: [
     'c_std=c99',
     'cpp_std=c++11',
+    'prefix=/usr/lib/pressure-vessel/relocatable',
     'warning_level=2',
   ],
 )
-- 
GitLab