diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2021-01-17 10:21:51 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2021-01-17 10:21:51 +0100 |
commit | 7d296d2ee1b1811bf36d7dfce22cbe6b0d9730d5 (patch) | |
tree | d9808f576da387beea2a9ccd43696fe0fc95a82d /graphics | |
parent | cc793d5f036adf36bc50fcce65ae7ec21e272909 (diff) |
mesa: add libXrandr LIB_DEPENDS
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/mesa/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/mesa/Makefile b/graphics/mesa/Makefile index 6066ea0..6d592ea 100644 --- a/graphics/mesa/Makefile +++ b/graphics/mesa/Makefile @@ -37,6 +37,7 @@ LIB_DEPENDS = sysutils/libdrm \ x11/libXext \ x11/libXdamage \ x11/libXfixes \ + x11/libXrandr \ x11/libXxf86vm \ x11/libxshmfence |