[Lunar-commits] CVS: moonbase/x11-wm/enlightenment BUILD, 1.2,
1.3 DEPENDS, 1.2, 1.3
Chad Kittel
v3rt1g0 at lunar-linux.org
Tue Oct 5 03:44:10 UTC 2004
Update of /var/cvs/lunar/moonbase/x11-wm/enlightenment
In directory espresso.foo-projects.org:/tmp/cvs-serv16922/enlightenment
Modified Files:
BUILD DEPENDS
Log Message:
Expanded the build script to enable a few more compile time features and to
be a bit more complete. Also removed the depends on freetype2 as it is
coverd by imlib2. Compiled and Tested.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/x11-wm/enlightenment/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD 29 Aug 2004 13:08:52 -0000 1.2
+++ BUILD 5 Oct 2004 03:44:08 -0000 1.3
@@ -1,8 +1,16 @@
(
-
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --enable-fsstd &&
+
+ ./configure --build=$BUILD \
+ --prefix=$MODULE_PREFIX \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --infodir=$MODULE_PREFIX/share/info \
+ --mandir=$MODULE_PREFIX/share/man \
+ --with-x \
+ --enable-fsstd \
+ --enable-hints-ewmh \
+ --enable-zoom \
+ --enable-xrandr &&
default_make
) > $C_FIFO 2>&1
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/x11-wm/enlightenment/DEPENDS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DEPENDS 29 Aug 2004 13:08:52 -0000 1.2
+++ DEPENDS 5 Oct 2004 03:44:08 -0000 1.3
@@ -1,4 +1,5 @@
-depends imlib2 &&
-depends freetype2 &&
+depends imlib2 &&
+#depends freetype2 -- provided by imlib2
-optional_depends "esound" "" "" "for sound support"
+optional_depends "gettext" "--enable-nls" "--disable-nls" "for NLS support" &&
+optional_depends "esound" "--enable-sound" "--disable-sound" "for sound support"
More information about the Lunar-commits
mailing list