Fix dependencies in directfb config options
authorThiago A. Corrêa <thiago.correa@gmail.com>
Thu, 9 Oct 2008 05:06:42 +0000 (05:06 -0000)
committerThiago A. Corrêa <thiago.correa@gmail.com>
Thu, 9 Oct 2008 05:06:42 +0000 (05:06 -0000)
package/directfb/Config.in

index 61f786a1bfe12702e55a4b68ad94490e59939bcb..b481fcefe5d87fb148b2d67ab0cfc4f29ed913bc 100644 (file)
@@ -17,6 +17,7 @@ config BR2_PACKAGE_DIRECTFB_XSERVER
         bool "build with X server backend"
         default n
         depends on BR2_PACKAGE_DIRECTFB
+       depends on BR2_PACKAGE_XSERVER_x11r7 || BR2_PACKAGE_XSERVER_tinyx
 
 config BR2_PACKAGE_DIRECTFB_UNIQUE
         bool "enable unique window manager"
@@ -63,7 +64,6 @@ config BR2_PACKAGE_DIRECTFB_PNG
         default y
         depends on BR2_PACKAGE_DIRECTFB
        select BR2_PACKAGE_LIBPNG
-       select BR2_PACKAGE_ZLIB
 
 config BR2_PACKAGE_DIRECTFB_TSLIB
         bool "enable touchscreen support"
@@ -75,6 +75,7 @@ config BR2_PACKAGE_DIRECTFB_GIF
         bool "enable GIF support"
         default y
         depends on BR2_PACKAGE_DIRECTFB
+       select BR2_PACKAGE_LIBUNGIF
 
 config BR2_PACKAGE_DIRECTFB_JPEG
         bool "enable JPEG support"