projects
/
platform
/
core
/
uifw
/
mmi-manager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e0fad5
)
tests: fix to set correct install_rpath for modality_keyboard_tests
95/264295/1
author
Sung-Jin Park
<sj76.park@samsung.com>
Wed, 15 Sep 2021 07:45:43 +0000
(16:45 +0900)
committer
Sung-Jin Park
<sj76.park@samsung.com>
Wed, 15 Sep 2021 12:06:07 +0000
(21:06 +0900)
Change-Id: I9ec7e5571a145fbb0306ab07b5a20469d500f0b9
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
tests/keyboard-provider/meson.build
patch
|
blob
|
history
diff --git
a/tests/keyboard-provider/meson.build
b/tests/keyboard-provider/meson.build
index 1f9bf464527b69201823fd869b42e4f884ad7f6e..ba96632b9a51f8159a5ce3be00d51cc0d79030e6 100644
(file)
--- a/
tests/keyboard-provider/meson.build
+++ b/
tests/keyboard-provider/meson.build
@@
-6,11
+6,13
@@
modality_keyboard_tests_srcs = [
gmock_dep = dependency('gmock', method : 'pkg-config')
ecore_dep = dependency('ecore', method : 'pkg-config')
+modality_keyboard_tests_rpath = ('/' + get_option('libdir') + '/provider/')
+
executable(
'modality_keyboard-tests',
modality_keyboard_tests_srcs,
dependencies : [mmimgr_declared_dep, mmikey_declared_dep, gmock_dep, ecore_dep],
- install_rpath:
'/lib/provider'
,
+ install_rpath:
modality_keyboard_tests_rpath
,
install_dir : mmi_manager_prefix_bindir,
install : true
)