diff options
author | Aylur <[email protected]> | 2024-09-06 16:31:20 +0000 |
---|---|---|
committer | Aylur <[email protected]> | 2024-09-06 16:31:20 +0000 |
commit | cf5e93f418b8c4e31f99eb326b089cb82c90d00c (patch) | |
tree | 1d28890bc370e235dc629baf1f534fbe424b9828 /core | |
parent | cd132bb89ee212233b348c4a5a7bf4a6683eef55 (diff) |
cleanup: meson gjs variable
use prefix instead
Diffstat (limited to 'core')
-rw-r--r-- | core/src/meson.build | 3 |
1 files changed, 0 insertions, 3 deletions
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( |