Magellan Linux

Contents of /smage/trunk/core/imlib/alx/imlib.custom

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1547 - (show annotations) (download)
Sat Jan 2 12:31:21 2010 UTC (14 years, 5 months ago) by niro
File size: 234 byte(s)
-fixed dependencies
1 # $Id$
2
3 DEPEND=$(echo "${DEPEND}" | sed '/x11-libs\/gtk1+/d')
4 # even without gdk support gtk1+ is needed to successfully run configure
5 SDEPEND="${SDEPEND}
6 >= x11-libs/gtk1+-1.2"
7
8 SDEPEND=$(echo "${SDEPEND}" | sed '/sys-apps\/sed/d')