summaryrefslogtreecommitdiffstats
path: root/display/directfb-extra/DEPENDS
blob: 02a600a71ff8e8c7d7cb430a84d6242b4e780d36 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
AVER=`installed_version  avifile|cut -d. -f1,2`
depends  directfb                        &&
depends  freetype2  "--enable-freetype"  &&
depends  jpeg       "--enable-jpeg"      &&
depends  libpng     "--enable-png"       &&

optional_depends  "sdl"              "--enable-sdl"       "--enable-sdl=no"       "build with SDL support"         &&
optional_depends  "libmpeg3"         "--enable-libmpeg3"  "--enable-libmpeg3=no"  "build Libmpeg3 video provider"  &&
optional_depends  "imlib2"           "--with-imlib2"      "--without-imlib2"      "with Imlib2 image support"
# avifile breaks directfb.  :(
#optional_depends  "avifile"         "--with-avifile"     "--without-avifile"     "with AVI video support"
# swift-flash doesn't install flash.h nor -lflash
# modified swift-flash to install those files; find flash.h just fine, but not the library
#optional_depends  "swift-flash"      "--with-flash"       "--without-flash"       "with Flash support"             &&
# They want OpenQuicktime, not quicktime4linux
#optional_depends  "quicktime4linux"  "--with-quicktime"   "--without-quicktime"   "for QuickTime support"