This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
libinput: Add missing header to fix compilation
Signed-off-by: Rosen Penev <rosenp@gmail.com>
lilik-openwrt-22.03
Rosen Penev
6 years ago
parent
da2974620e
commit
671f0363a4
2 changed files
with
11 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libs/libinput/Makefile
+10
-0
libs/libinput/patches/010-musl-fix.patch
+ 1
- 1
libs/libinput/Makefile
View File
@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME
:=
libinput
PKG_VERSION
:=
1.7.3
PKG_RELEASE
:=
1
PKG_RELEASE
:=
2
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
.tar.xz
PKG_SOURCE_URL
:=
http://www.freedesktop.org/software/libinput/
+ 10
- 0
libs/libinput/patches/010-musl-fix.patch
View File
@ -0,0 +1,10 @@
--- a/src/libinput.h
+++ b/src/libinput.h
@@ -29,6 +29,7 @@
extern "C" {
#endif
+#include <stdarg.h>
#include <stdlib.h>
#include <stdint.h>
#include <libudev.h>
Write
Preview
Loading…
Cancel
Save