[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 06:56:05 GMT 2003


The following bug has been CLOSED
=======================================================================
http://bugs.lunar-linux.org/view_bug_page.php?f_id=0000265
=======================================================================
Reporter:                   turlte2
Handler:                    huysmans
=======================================================================
Project:                    Lunar Linux
Bug ID:                     0000265
Category:                   moonbase
Reproducibility:            always
Severity:                   tweak
Priority:                   normal
Status:                     closed
=======================================================================
Date Submitted:             2003-03-24 01:47 GMT
Last Modified:              2003-03-24 06:56 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

=======================================================================

-----------------------------------------------------------------------
 huysmans - 2003-03-24 06:54 GMT 
-----------------------------------------------------------------------
The module has been updated accordingly. Thanks.


More information about the Lunar-bugs mailing list