Gnome Settings Daemon: Difference between revisions

From CBLFS
Jump to navigationJump to search
No edit summary
No edit summary
Line 13: Line 13:
Compile the package:
Compile the package:


./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \
./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \
--localstatedir=/var/lib --libexecdir=${GNOME_PREFIX}/lib/gnome-settings-daemon &&
    --localstatedir=/var/lib --libexecdir=${GNOME_PREFIX}/lib/gnome-settings-daemon &&
  make
  make



Revision as of 04:30, 2 July 2008

Download Source: http://ftp.acc.umu.se/pub/gnome/sources/gnome-settings-daemon/2.22/gnome-settings-daemon-2.22.2.tar.bz2

Introduction to Gnome Settings Daemon

Project Homepage: Unknown

Non-Multilib

Compile the package:

./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \
    --localstatedir=/var/lib --libexecdir=${GNOME_PREFIX}/lib/gnome-settings-daemon &&
make

Install the package

make install