From cf5e93f418b8c4e31f99eb326b089cb82c90d00c Mon Sep 17 00:00:00 2001 From: Aylur Date: Fri, 6 Sep 2024 16:31:20 +0000 Subject: cleanup: meson gjs variable use prefix instead --- core/src/meson.build | 3 --- 1 file changed, 3 deletions(-) (limited to 'core/src') diff --git a/core/src/meson.build b/core/src/meson.build index ade182e..7cb7762 100644 --- a/core/src/meson.build +++ b/core/src/meson.build @@ -69,9 +69,6 @@ if get_option('lib') subdirs: meson.project_name(), requires: pkgconfig_deps, install_dir: libdir / 'pkgconfig', - variables: { - 'gjs': pkgdatadir / 'gjs', - }, ) custom_target( -- cgit v1.2.3