summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2023-03-05 11:22:10 -0500
committerRay Strode <rstrode@redhat.com>2023-03-05 11:22:10 -0500
commit220fadc5d3d7ddccf18a596e810af9affaad9b17 (patch)
tree3e662eef6f5ed646c38bee39c37aee8545ce91f1
parent4c8574405e9a9300fa854af6793a491862042d12 (diff)
downloadgnome-session-220fadc5d3d7ddccf18a596e810af9affaad9b17.tar.gz
Revert "meson: remove unused variable"
This reverts commit 59c64384fc1557ae016f9d4705cd4ba636c2037c.
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 45225a28..922dc7d5 100644
--- a/meson.build
+++ b/meson.build
@@ -6,6 +6,7 @@ project(
meson_version: '>= 0.53.0'
)
+prefix = get_option('prefix')
session_version = meson.project_version()
session_api_name = '@0@-@1@'.format(meson.project_name(), session_version.split('.')[0])