forked from AuroraMiddleware/gtk
Install the clipboard-client binary
It is needed for the installed test.
This commit is contained in:
parent
5636384449
commit
c1b614772c
@ -1,12 +1,13 @@
|
||||
testexecdir = join_paths(installed_test_bindir, 'gdk')
|
||||
testdatadir = join_paths(installed_test_datadir, 'gdk')
|
||||
|
||||
clipboard_client = executable('clipboard-client',
|
||||
sources: ['clipboard-client.c'],
|
||||
include_directories: [confinc],
|
||||
c_args: common_cflags,
|
||||
dependencies: [ libgtk_dep ],
|
||||
install: false)
|
||||
|
||||
testexecdir = join_paths(installed_test_bindir, 'gdk')
|
||||
testdatadir = join_paths(installed_test_datadir, 'gdk')
|
||||
install: get_option('install-tests'),
|
||||
install_dir: testexecdir)
|
||||
|
||||
tests = [
|
||||
'array',
|
||||
|
Loading…
Reference in New Issue
Block a user