summaryrefslogtreecommitdiffstats
path: root/display/directfb/DEPENDS
diff options
context:
space:
mode:
authorJeremy Blosser2006-04-24 09:50:01 -0500
committerJeremy Blosser2006-04-24 09:50:01 -0500
commita8b5eb0ca0505e6b6db2a7583172ffe24d32d935 (patch)
tree21dbe745c2c630d81805762fbd87b71caeab18f8 /display/directfb/DEPENDS
parent1bc3754f3463d4efbecb61585fe5ca85ee650b6e (diff)
sync ./display/directfb from stable-rc 0.4
Diffstat (limited to 'display/directfb/DEPENDS')
-rwxr-xr-xdisplay/directfb/DEPENDS64
1 files changed, 51 insertions, 13 deletions
diff --git a/display/directfb/DEPENDS b/display/directfb/DEPENDS
index 550002b79a..68acaf29b9 100755
--- a/display/directfb/DEPENDS
+++ b/display/directfb/DEPENDS
@@ -1,19 +1,57 @@
-depends automake &&
-depends freetype2 "--enable-freetype" &&
-depends jpeg "--enable-jpeg" &&
-depends libpng "--enable-png" &&
+depends autoconf &&
+depends automake &&
+
+optional_depends freetype2 \
+ '--enable-freetype' \
+ '--disable-freetype' \
+ 'for FreeType fonts' &&
+
+optional_depends jpeg \
+ '--enable-jpeg' \
+ '--disable-jpeg' \
+ 'for JPEG images' &&
+
+optional_depends libpng \
+ '--enable-png' \
+ '--disable-png' \
+ 'for PNG images' &&
+
+optional_depends LIBGIF \
+ '--enable-gif' \
+ '--disable-gif' \
+ 'for GIF images' &&
+
+optional_depends zlib \
+ '--enable-zlib' \
+ '--disable-zlib' \
+ 'for Zlib compression' &&
optional_depends sdl \
- "--enable-sdl" \
- "--enable-sdl=no" \
- "build with SDL support" &&
+ '--enable-sdl' \
+ '--enable-sdl=no' \
+ 'build with SDL support' &&
+
+optional_depends X11-SERVER \
+ '--enable-x11' \
+ '--disable-x11' \
+ 'for X11 support' &&
optional_depends libmpeg3 \
- "--enable-libmpeg3" \
- "--enable-libmpeg3=no" \
- "build Libmpeg3 video provider" &&
+ '--enable-libmpeg3' \
+ '--enable-libmpeg3=no' \
+ 'build Libmpeg3 video provider' &&
optional_depends fbset \
- "" \
- "" \
- "for framebuffer utilities"
+ '' \
+ '' \
+ 'for framebuffer utilities' &&
+
+optional_depends gpm \
+ '' \
+ '' \
+ 'for General Purpose Mouse support' &&
+
+optional_depends sysfsutils \
+ '--enable-sysfs' \
+ '--disable-sysfs' \
+ 'for Linux 2.6+ SysFS support'