mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
libinput: Add missing header to fix compilation
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=libinput
|
PKG_NAME:=libinput
|
||||||
PKG_VERSION:=1.7.3
|
PKG_VERSION:=1.7.3
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=http://www.freedesktop.org/software/libinput/
|
PKG_SOURCE_URL:=http://www.freedesktop.org/software/libinput/
|
||||||
|
|||||||
10
libs/libinput/patches/010-musl-fix.patch
Normal file
10
libs/libinput/patches/010-musl-fix.patch
Normal 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>
|
||||||
Reference in New Issue
Block a user