diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2023-12-09 19:49:45 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2023-12-09 19:49:45 +0100 |
commit | a68e4c63f31262de926dab2a94a6791c61fe227c (patch) | |
tree | 05bae6ecf90fe8a61d8987b4816037af88c513cc | |
parent | 36bfed3edf396637f692f2a839fef90c291e33b8 (diff) |
x11/xinput: add missing LIB_DEPENDS
-rw-r--r-- | x11/xinput/Makefile | 4 |
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 |