diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2022-10-09 18:21:16 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2022-10-09 18:21:16 +0200 |
commit | 971a5912c6b4f8363e8a9c60d708e9b935105ee3 (patch) | |
tree | e51a1b551f53e9a72ac787688b4479cd14beccb9 /x11/xbacklight/Makefile | |
parent | 75a80a802581fa75b40b4e734067e44df811465f (diff) |
x11/xbacklight: add missing LIB_DEPEND on x11/xcb-util
Diffstat (limited to 'x11/xbacklight/Makefile')
-rw-r--r-- | x11/xbacklight/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xbacklight/Makefile b/x11/xbacklight/Makefile index 029fcb9..fb76d0d 100644 --- a/x11/xbacklight/Makefile +++ b/x11/xbacklight/Makefile @@ -19,7 +19,8 @@ MODULES = xenocara BUILD_DEPENDS = devel/xorgproto -LIB_DEPENDS = x11/libxcb +LIB_DEPENDS = x11/libxcb \ + x11/xcb-util SEPARATE_BUILD = Yes CONFIGURE_STYLE = gnu |