[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: conky build on kfreebsd-*



> I don't see libkvm-dev in the depencies of conky.
> I can see that conky with some features disabled
> does build on freebsd:
> 	http://www.freshports.org/sysutils/conky
 
 The need is showed in configure.ac:
 
 case $uname in
    Linux*)
      WANT_SYSINFO=yes
      ;;
    FreeBSD*)
      WANT_KVM=yes
      WANT_DEVSTAT=yes
      ;;
 
>> Unfortunately, this is not sufficient to build conky on kfreebsd-*,
>> as devstat-dev is not yet ported, but it is at least good start
>> for future porting of conky.
 
Petr


Reply to: