projects
/
platform
/
upstream
/
libinput.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8687b22
)
libinput-device-group: apply ASLR
author
Sung-Jin Park
<sj76.park@samsung.com>
Fri, 11 Aug 2017 07:34:55 +0000
(16:34 +0900)
committer
jeon
<jhyuni.kang@samsung.com>
Tue, 5 Jan 2021 10:39:43 +0000
(19:39 +0900)
Change-Id: I517dde04ad048cace459d23f3df63d8deb26c5c6
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index b1785e5c858c4d0fcfd532b008be67f727ac5c4c..8dc7e79b3212799a75462791755018892715b5fe 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-170,7
+170,8
@@
executable('libinput-device-group',
dependencies : [dep_udev, dep_libwacom],
include_directories : [includes_src, includes_include],
install : true,
- install_dir : dir_udev_callouts)
+ install_dir : dir_udev_callouts,
+ pie : true)
executable('libinput-fuzz-extract',
'udev/libinput-fuzz-extract.c',
'src/util-strings.c',