diff options
author | Thiago A. CorrĂȘa <thiago.correa@gmail.com> | 2008-10-09 05:06:42 +0000 |
---|---|---|
committer | Thiago A. CorrĂȘa <thiago.correa@gmail.com> | 2008-10-09 05:06:42 +0000 |
commit | 4c448c4c7f47e3534df136ed08d2b2a1a5cf1ff7 (patch) | |
tree | 6867d320fb409a0764e94a438257f5a36ef5f46c /package | |
parent | 433a26a515a3c3839ba0a9424d18025c9b6019a1 (diff) | |
download | buildroot-novena-4c448c4c7f47e3534df136ed08d2b2a1a5cf1ff7.tar.gz buildroot-novena-4c448c4c7f47e3534df136ed08d2b2a1a5cf1ff7.zip |
Fix dependencies in directfb config options
Diffstat (limited to 'package')
-rw-r--r-- | package/directfb/Config.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/directfb/Config.in b/package/directfb/Config.in index 61f786a1b..b481fcefe 100644 --- a/package/directfb/Config.in +++ b/package/directfb/Config.in @@ -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" |