[Lunar-commits] <moonbase> mesa-lib: add required dependencies for building outside of profile
Auke Kok
sofar at foo-projects.org
Fri Feb 8 18:14:43 CET 2008
commit fb5112835112cc677c1a817d136a557cf8acb3fe
Author: Auke Kok <auke at foo-projects.org>
Date: Fri Feb 8 18:14:43 2008 +0100
mesa-lib: add required dependencies for building outside of profile
mesa-lib needs libXfixes and libXdamage to build. If you build a minimal
X (by e.g. `lin xf86-video-*`) you'll hit these two missing dependencies.
The overhead of adding these two is minimal snce they don't pull in much
else anyway, so let's just add them.
---
xorg7/mesa-lib/DEPENDS | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/xorg7/mesa-lib/DEPENDS b/xorg7/mesa-lib/DEPENDS
index 7ca30d4..054cb73 100644
--- a/xorg7/mesa-lib/DEPENDS
+++ b/xorg7/mesa-lib/DEPENDS
@@ -4,3 +4,5 @@ depends libX11
depends makedepend
depends libXi
depends libXext
+depends libXfixes
+depends libXdamage
More information about the Lunar-commits
mailing list