Ticket #4360: directfb.diff

File directfb.diff, 646 bytes (added by joepdamiraal, 16 years ago)

experimental patch for the configure file

  • configure

     
    27502750if enabled directfb; then
    27512751    directfb="no"
    27522752    if test x`which directfb-config 2> /dev/null` != x"" ; then
    2753         directfb="yes"
    2754         CONFIG_DIRECTFB_LIBS=`directfb-config --libs`
    2755         CONFIG_DIRECTFB_CXXFLAGS=`directfb-config --cflags`
     2753        if test -d /usr/include/directfb; then
     2754            directfb="yes"
     2755            CONFIG_DIRECTFB_LIBS=`directfb-config --libs`
     2756            CONFIG_DIRECTFB_CXXFLAGS=`directfb-config --cflags`
     2757        fi
    27562758    fi
    27572759fi
    27582760