[Lunar-commits] <moonbase> xproto: util-macros are not required to build any part of Xorg7 but you will receive ugly warning at every xorg7 module compile log that util-macros are not present. It is also recommended in xorg7 build docs to start building by installing util-macros first. Lets follow good practice guidelines and save compile logs space by eliminating this ugly warning.

Zbigniew Luszpinski zbiggy at lunar-linux.org
Sat Nov 19 22:36:43 CET 2011


commit a669fb2b654d9dcf9d7b3332c1e41c51fdc5d5f2
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date:   Sat Nov 19 22:36:43 2011 +0100

    xproto: util-macros are not required to build any part of Xorg7 but you will receive ugly warning at every xorg7 module compile log that util-macros are not present. It is also recommended in xorg7 build docs to start building by installing util-macros first. Lets follow good practice guidelines and save compile logs space by eliminating this ugly warning.
---
 xorg7/proto/xproto/DEPENDS |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/xorg7/proto/xproto/DEPENDS b/xorg7/proto/xproto/DEPENDS
index 231b2f2..6605c76 100644
--- a/xorg7/proto/xproto/DEPENDS
+++ b/xorg7/proto/xproto/DEPENDS
@@ -1,3 +1,3 @@
-depends pkgconfig
+depends util-macros
 
 optional_depends "xmlto" "" "" "for documentation"


More information about the Lunar-commits mailing list