Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 631130 Details for
Bug 716578
dev-libs/libevdev-1.9.0 compilation failure with sys-kernel/linux-headers-4.14-r1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix for meson.build with older kernel headers.
meson-build.patch (text/plain), 756 bytes, created by
Mark Davies
on 2020-04-07 14:44:09 UTC
(
hide
)
Description:
Fix for meson.build with older kernel headers.
Filename:
MIME Type:
Creator:
Mark Davies
Created:
2020-04-07 14:44:09 UTC
Size:
756 bytes
patch
obsolete
># Need to use kernel synced includes for some of the tools as well as the library itself. >diff --git a/meson.build b/meson.build >index 4831f8e..ad34ddb 100644 >--- a/meson.build >+++ b/meson.build >@@ -102,6 +102,7 @@ install_man(manpage) > # tools > executable('libevdev-events', > sources: ['tools/libevdev-events.c'], >+ include_directories: [includes_include], > dependencies: dep_libevdev, > install: false) > executable('touchpad-edge-detector', >@@ -110,6 +111,7 @@ executable('touchpad-edge-detector', > install: true) > executable('mouse-dpi-tool', > sources: ['tools/mouse-dpi-tool.c'], >+ include_directories: [includes_include], > dependencies: dep_libevdev, > install: true) > executable('libevdev-tweak-device',
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 716578
: 631130