diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2022-10-09 18:21:55 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2022-10-09 18:21:55 +0200 |
commit | 299528c5b91506e2d2385c668327942f4754d6fb (patch) | |
tree | fe6721c52dc564764e73f2291e69fc9f3796e928 | |
parent | 971a5912c6b4f8363e8a9c60d708e9b935105ee3 (diff) |
x11/xset: add missing LIB_DEPENDS on x11/libXext and x11/libXmu
-rw-r--r-- | x11/xset/Makefile | 4 |
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 |