diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2023-12-18 08:04:44 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2023-12-18 08:04:44 +0100 |
commit | e2bafd0892837a14bb335319a1ff03dfa4920cf6 (patch) | |
tree | 8d08d26f0c8848b4388bd46388ef16ec7755cf79 /graphics | |
parent | 83bd8e8f7706b22f2b995d853851b3b750648fd9 (diff) |
graphics/libepoxy: rdep on mesa
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libepoxy/Makefile | 2 |
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> |