summaryrefslogtreecommitdiffstats
path: root/display/directfb/DEPENDS
diff options
context:
space:
mode:
authorroot2006-04-24 09:03:08 -0500
committerroot2006-04-24 09:03:08 -0500
commit84d8b510ac289af0a43bfa9e110844af27a90196 (patch)
treed7093929b954dd2f71114bff270755e18f737eb1 /display/directfb/DEPENDS
initial commit from stable 0.3
Diffstat (limited to 'display/directfb/DEPENDS')
-rwxr-xr-xdisplay/directfb/DEPENDS19
1 files changed, 19 insertions, 0 deletions
diff --git a/display/directfb/DEPENDS b/display/directfb/DEPENDS
new file mode 100755
index 0000000000..550002b79a
--- /dev/null
+++ b/display/directfb/DEPENDS
@@ -0,0 +1,19 @@
+depends automake &&
+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 fbset \
+ "" \
+ "" \
+ "for framebuffer utilities"