diff options
Diffstat (limited to 'package/directfb/Config.in')
-rw-r--r-- | package/directfb/Config.in | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/package/directfb/Config.in b/package/directfb/Config.in index fce9ed46c..bb355309c 100644 --- a/package/directfb/Config.in +++ b/package/directfb/Config.in @@ -11,7 +11,18 @@ config BR2_PACKAGE_DIRECTFB_MULTI select BR2_PACKAGE_LINUX_FUSION help Enable use of multiple concurrent DirectFB applications - http://www.directfb.org/ + +config BR2_PACKAGE_DIRECTFB_DEBUG + bool "directfb debugging" + depends on BR2_PACKAGE_DIRECTFB + help + Compile DirectFB with lots of debug output + +config BR2_PACKAGE_DIRECTFB_TRACE + bool "directfb call trace support" + depends on BR2_PACKAGE_DIRECTFB + help + Enable call tracing for DirectFB applications config BR2_PACKAGE_DIRECTFB_XSERVER bool "build with X server backend" @@ -76,7 +87,6 @@ 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" |