From 53a687683039c5bb9f08fe552de7dca6187ca004 Mon Sep 17 00:00:00 2001 From: David Boddie Date: Mon, 22 Jul 2019 16:40:34 +0200 Subject: [PATCH] Remove unused/unnecessary parts --- src/meson.build | 1 - tests/meson.build | 2 -- 2 files changed, 3 deletions(-) diff --git a/src/meson.build b/src/meson.build index a0f37e50..271153b2 100644 --- a/src/meson.build +++ b/src/meson.build @@ -79,7 +79,6 @@ libsqueekboard = static_library('libsqueekboard', link_with: rslib, include_directories: [include_directories('..'), include_directories('../eek')], dependencies: deps, - install: true, c_args: [ '-DTHEMESDIR="' + pkgdatadir + '/themes"', '-DKEYBOARDSDIR="' + pkgdatadir + '/keyboards"', diff --git a/tests/meson.build b/tests/meson.build index 2c68f6be..9dfe7162 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -11,7 +11,6 @@ test_env = [ test_cflags = [ '-I@0@/../src'.format(meson.current_source_dir()), '-I@0@/../src'.format(meson.current_build_dir()), - '-DFOR_TESTING', '-DEEK_COMPILATION', '-DEEKBOARD_COMPILATION' ] @@ -34,7 +33,6 @@ foreach name : tests test_sources, squeekboard_resources, link_with: libsqueekboard, -# wl_proto_sources, c_args : test_cflags, link_args: test_link_args, dependencies: deps, # from src/meson.build