[Lunar-commits] <moonbase> libXdamage: no static libs and DEPENDS cleanup

Christian Krause wookietreiber at lunar-linux.org
Tue Jun 7 09:47:58 CEST 2011


commit 7051019dd7f53b7f9018836dc8c2ded5130f078b
Author: Christian Krause <wookietreiber at lunar-linux.org>
Date:   Tue Jun 7 09:47:58 2011 +0200

    libXdamage: no static libs and DEPENDS cleanup
---
 xorg7/lib/libXdamage/BUILD   |    2 ++
 xorg7/lib/libXdamage/DEPENDS |    7 ++-----
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/xorg7/lib/libXdamage/BUILD b/xorg7/lib/libXdamage/BUILD
index cfe3408..3c9445f 100644
--- a/xorg7/lib/libXdamage/BUILD
+++ b/xorg7/lib/libXdamage/BUILD
@@ -1,6 +1,8 @@
 (
   . /etc/profile.d/x11r7.rc &&
 
+  OPTS+=" --disable-static" &&
+
   default_build
 
 ) > $C_FIFO 2>&1
diff --git a/xorg7/lib/libXdamage/DEPENDS b/xorg7/lib/libXdamage/DEPENDS
index 816793f..857c4fe 100644
--- a/xorg7/lib/libXdamage/DEPENDS
+++ b/xorg7/lib/libXdamage/DEPENDS
@@ -1,5 +1,2 @@
-depends  xproto
-depends  damageproto
-depends  libXfixes
-depends  xextproto
-depends  fixesproto
+depends damageproto
+depends libXfixes


More information about the Lunar-commits mailing list