From 2f71cd4c08bb4514efe43533e6a5d03535204c29 Mon Sep 17 00:00:00 2001 From: Aylur Date: Tue, 15 Oct 2024 01:26:32 +0200 Subject: refactor lua and gjs lib --- core/meson.build | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 core/meson.build (limited to 'core/meson.build') diff --git a/core/meson.build b/core/meson.build deleted file mode 100644 index a2606db..0000000 --- a/core/meson.build +++ /dev/null @@ -1,27 +0,0 @@ -project( - 'astal', - 'vala', - 'c', - version: run_command('cat', join_paths(meson.project_source_root(), 'version')).stdout().strip(), - meson_version: '>= 0.62.0', - default_options: [ - 'warning_level=2', - 'werror=false', - 'c_std=gnu11', - ], -) - -prefix = get_option('prefix') -libdir = get_option('prefix') / get_option('libdir') -pkgdatadir = prefix / get_option('datadir') / 'astal' - -assert( - get_option('lib') or get_option('cli'), - 'Either lib or cli option must be set to true.', -) - -if get_option('gjs') - install_subdir('gjs', install_dir: pkgdatadir) -endif - -subdir('src') -- cgit v1.2.3