summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@herrb.eu>2023-12-09 19:49:45 +0100
committerMatthieu Herrb <matthieu@herrb.eu>2023-12-09 19:49:45 +0100
commita68e4c63f31262de926dab2a94a6791c61fe227c (patch)
tree05bae6ecf90fe8a61d8987b4816037af88c513cc
parent36bfed3edf396637f692f2a839fef90c291e33b8 (diff)
x11/xinput: add missing LIB_DEPENDS
-rw-r--r--x11/xinput/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xinput/Makefile b/x11/xinput/Makefile
index eff3348..0c39e76 100644
--- a/x11/xinput/Makefile
+++ b/x11/xinput/Makefile
@@ -19,7 +19,9 @@ MODULES = xenocara
BUILD_DEPENDS = devel/xorgproto
LIB_DEPENDS = x11/libX11 \
- x11/libXi
+ x11/libXi \
+ x11/libXinerama \
+ x11/libXrandr
SEPARATE_BUILD = Yes
CONFIGURE_STYLE = gnu