Datetime Setter for Xfce
Andreas Müller
schnitzeltony at googlemail.com
Thu Sep 5 10:18:24 CEST 2013
On Thu, Sep 5, 2013 at 10:09 AM, Edoardo Maria Elidoro
<edoardo.elidoro at gmail.com> wrote:
> There's already that options in my configure string.
> But maybe I am doing something else wrong.
> Is this procedure correct?
> git clone
> git checkout
> patch
> ./autogen.sh --with-gtk3 --enable-datetime-settings --enable-maintainer-mode
> ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
> --disable-static --enable-xrandr --enable-xcursor --enable-libnotify
> --enable-libxklavier --enable-pluggable-dialogs
> --enable-sound-settings --disable-debug --enable-datetime-settings
> --enable-maintainer-mode --with-gtk3
> make
Try
git clone
git checkout
./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var
--disable-static --enable-xrandr --enable-xcursor --enable-libnotify
--enable-libxklavier --enable-pluggable-dialogs
--enable-sound-settings --disable-debug --enable-datetime-settings
make
--with-gtk3 I would leave out for now.
Andreas
More information about the Xfce4-dev
mailing list