summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@herrb.eu>2023-12-18 08:04:44 +0100
committerMatthieu Herrb <matthieu@herrb.eu>2023-12-18 08:04:44 +0100
commite2bafd0892837a14bb335319a1ff03dfa4920cf6 (patch)
tree8d08d26f0c8848b4388bd46388ef16ec7755cf79 /graphics
parent83bd8e8f7706b22f2b995d853851b3b750648fd9 (diff)
graphics/libepoxy: rdep on mesa
Diffstat (limited to 'graphics')
-rw-r--r--graphics/libepoxy/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/libepoxy/Makefile b/graphics/libepoxy/Makefile
index 7028f36..29f3555 100644
--- a/graphics/libepoxy/Makefile
+++ b/graphics/libepoxy/Makefile
@@ -25,6 +25,8 @@ MODULES = devel/meson \
BUILD_DEPENDS = x11/libX11 \
graphics/mesa
+RUN_DEPENDS = graphics/mesa
+
CONFIGURE_ENV += CPPFLAGS="-I$(X11BASE)/include"
.include <bsd.port.mk>