summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@herrb.eu>2022-10-09 18:21:55 +0200
committerMatthieu Herrb <matthieu@herrb.eu>2022-10-09 18:21:55 +0200
commit299528c5b91506e2d2385c668327942f4754d6fb (patch)
treefe6721c52dc564764e73f2291e69fc9f3796e928
parent971a5912c6b4f8363e8a9c60d708e9b935105ee3 (diff)
x11/xset: add missing LIB_DEPENDS on x11/libXext and x11/libXmu
-rw-r--r--x11/xset/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xset/Makefile b/x11/xset/Makefile
index b9bac09..b729632 100644
--- a/x11/xset/Makefile
+++ b/x11/xset/Makefile
@@ -19,7 +19,9 @@ MODULES = xenocara
BUILD_DEPENDS = devel/xorgproto
-LIB_DEPENDS = x11/libX11
+LIB_DEPENDS = x11/libX11 \
+ x11/libXext \
+ x11/libXmu
SEPARATE_BUILD = Yes
CONFIGURE_STYLE = gnu