diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2023-07-15 15:09:35 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2023-07-15 15:10:25 +0200 |
commit | b0139a0d92539544416b0fa9861d2be69aedc322 (patch) | |
tree | 3a719a0305569db776f4617ece8d9a8a133abe2a /graphics | |
parent | 8cb9ee747cf04dea2dca103dfe4e1ef31d8c07c6 (diff) |
graphics/mesa: add missing RUN_DEPENDS xrandr
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/mesa/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/mesa/Makefile b/graphics/mesa/Makefile index 614bdc3..40ada40 100644 --- a/graphics/mesa/Makefile +++ b/graphics/mesa/Makefile @@ -45,7 +45,9 @@ LIB_DEPENDS = archivers/zstd \ x11/libXext \ x11/libXfixes \ x11/libXxf86vm \ - x11/libxshmfence \ + x11/libxshmfence + +RUN_DEPENDS = x11/xrandr SEPARATE_BUILD = Yes |