View | Details | Raw Unified | Return to bug 206041
Collapse All | Expand All

(-)configure (-1 / +4 lines)
Lines 6755-6761 Link Here
6755
  if test x"$enable_image" = xyes; then
6755
  if test x"$enable_image" = xyes; then
6756
    enable_image=x11
6756
    enable_image=x11
6757
    case "`uname -s`" in
6757
    case "`uname -s`" in
6758
    Linux|linux|LINUX)
6758
    Linux|linux|LINUX|FreeBSD|freebsd|FREEBSD)
6759
	if test -c /dev/fb0; then
6759
	if test -c /dev/fb0; then
6760
	  enable_image=x11,fb
6760
	  enable_image=x11,fb
6761
        fi;;
6761
        fi;;
Lines 6828-6833 Link Here
6828
     fi;;
6828
     fi;;
6829
   esac
6829
   esac
6830
  done
6830
  done
6831
  ####new####
6832
  PKG_CONFIG=pkg-config
6833
  ####new####
6831
  IMGTARGETS=""
6834
  IMGTARGETS=""
6832
  IMGLINK='$(CC)'
6835
  IMGLINK='$(CC)'
6833
  if test x"$with_gtk2" = xyes; then
6836
  if test x"$with_gtk2" = xyes; then

Return to bug 206041