diff options
Diffstat (limited to 'package/spice/Config.in')
-rw-r--r-- | package/spice/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/spice/Config.in b/package/spice/Config.in index aacc779ba..08c3893f6 100644 --- a/package/spice/Config.in +++ b/package/spice/Config.in @@ -33,4 +33,12 @@ config BR2_PACKAGE_SPICE_CLIENT select BR2_PACKAGE_XLIB_LIBXFIXES select BR2_PACKAGE_XLIB_LIBXRANDR +config BR2_PACKAGE_SPICE_GUI + bool "Enable GUI" + depends on BR2_PACKAGE_SPICE_CLIENT + select BR2_PACKAGE_CEGUI06 + help + Say 'y' here to enable the Graphical User Interface (GUI) + start dialog. + endif # BR2_PACKAGE_SPICE |