[Bug-report]
[Lunar Linux 0000265]: xfce4libs-cvs: option for xinerama in XFce4
bug-reports at lunar-linux.org
bug-reports at lunar-linux.org
Mon Mar 24 01:47:46 GMT 2003
The following NEW bug has been ADDED.
=======================================================================
http://bugs.lunar-linux.org/view_bug_page.php?f_id=265
=======================================================================
Reporter: turlte2
Handler:
=======================================================================
Project: Lunar Linux
Bug ID: 0000265
Category: moonbase
Reproducibility: always
Severity: tweak
Priority: normal
Status: new
=======================================================================
Date Submitted: 2003-03-24 01:47 GMT
Last Modified: 2003-03-24 01:47 GMT
=======================================================================
Summary: xfce4libs-cvs: option for xinerama in XFce4
Description:
The "--enable-xinerama" option was left out of xfce4libs-cvs BUILD file.
Here's a CONFIGURE file and a modified BUILD file that makes enabling
xinerama a module configuration option:
CONFIGURE
---------
# Enable Xinerama-friendly window placement
if ! grep -q "XINERAMA" $MODULE_CONFIG; then
if query "Enable Xinerama support?" y; then
echo "XINERAMA=y" >> $MODULE_CONFIG
else
echo "XINERAMA=n" >> $MODULE_CONFIG
fi
fi
BUILD
-----
(
if [ "$XINERAMA" == "y" ] ; then
EXTRAS="$EXTRAS --enable-xinerama"
fi
for DIR in libxfcegui4 libxfce4mcs libxfce4util ; do (
cd $DIR &&
./autogen.sh --disable-debug \
--disable-maintainer-mode \
--prefix=/usr \
--sysconfdir=/etc \
$EXTRAS \
$OPTS &&
make
) done &&
prepare_install &&
for DIR in libxfcegui4 libxfce4mcs libxfce4util ; do (
cd $DIR &&
make install
) done
) > $C_FIFO 2>&1
=======================================================================
More information about the Lunar-bugs
mailing list