[Lunar-commits] <moonbase> smpeg: gtk+ dependency was missed until now, disable it explicitly

Michael 'v4hn' Goerner v4hn at lunar-linux.org
Tue May 1 14:29:27 CEST 2012


commit b49afb7d1dd3da3a074c31d0457029ea403a21eb
Author: Michael 'v4hn' Goerner <v4hn at lunar-linux.org>
Date:   Tue May 1 14:29:27 2012 +0200

    smpeg: gtk+ dependency was missed until now, disable it explicitly
---
 video/smpeg/BUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/video/smpeg/BUILD b/video/smpeg/BUILD
index ce5cdd8..b98ab70 100644
--- a/video/smpeg/BUILD
+++ b/video/smpeg/BUILD
@@ -1,6 +1,6 @@
 (
 
-  OPTS+=" --disable-static" &&
+  OPTS+=" --disable-static --disable-gtk-player" &&
 
   #remove the underquoted definition
   sedit  's/AM_PATH_SMPEG,/[AM_PATH_SMPEG],/'  smpeg.m4  &&


More information about the Lunar-commits mailing list