diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2021-08-31 15:30:20 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2021-08-31 15:30:20 +0200 |
commit | 4f9caf82fe0282964bd06451b27b7b3452633b50 (patch) | |
tree | ccb45824b8faa9ba0cfbca7c0d18e556f30fefcb /x11 | |
parent | ea35f2f8fe9950df73450874b65520a457ed9ce7 (diff) |
libXpresent: BUILD_DEPENDS on libXrandr
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libXpresent/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/libXpresent/Makefile b/x11/libXpresent/Makefile index e8f7c27..13b7e40 100644 --- a/x11/libXpresent/Makefile +++ b/x11/libXpresent/Makefile @@ -20,6 +20,7 @@ MASTER_SITES = ${MASTER_SITE_XORG:=lib/} # Dependencies BUILD_DEPENDS = devel/xorg-util-macros \ devel/xorgproto \ + x11/libXrandr LIB_DEPENDS = x11/libX11 \ |