Remove unused/unnecessary parts

This commit is contained in:
David Boddie
2019-07-22 16:40:34 +02:00
parent 629b15840a
commit 53a6876830
2 changed files with 0 additions and 3 deletions

View File

@ -79,7 +79,6 @@ libsqueekboard = static_library('libsqueekboard',
link_with: rslib, link_with: rslib,
include_directories: [include_directories('..'), include_directories('../eek')], include_directories: [include_directories('..'), include_directories('../eek')],
dependencies: deps, dependencies: deps,
install: true,
c_args: [ c_args: [
'-DTHEMESDIR="' + pkgdatadir + '/themes"', '-DTHEMESDIR="' + pkgdatadir + '/themes"',
'-DKEYBOARDSDIR="' + pkgdatadir + '/keyboards"', '-DKEYBOARDSDIR="' + pkgdatadir + '/keyboards"',

View File

@ -11,7 +11,6 @@ test_env = [
test_cflags = [ test_cflags = [
'-I@0@/../src'.format(meson.current_source_dir()), '-I@0@/../src'.format(meson.current_source_dir()),
'-I@0@/../src'.format(meson.current_build_dir()), '-I@0@/../src'.format(meson.current_build_dir()),
'-DFOR_TESTING',
'-DEEK_COMPILATION', '-DEEK_COMPILATION',
'-DEEKBOARD_COMPILATION' '-DEEKBOARD_COMPILATION'
] ]
@ -34,7 +33,6 @@ foreach name : tests
test_sources, test_sources,
squeekboard_resources, squeekboard_resources,
link_with: libsqueekboard, link_with: libsqueekboard,
# wl_proto_sources,
c_args : test_cflags, c_args : test_cflags,
link_args: test_link_args, link_args: test_link_args,
dependencies: deps, # from src/meson.build dependencies: deps, # from src/meson.build