summaryrefslogtreecommitdiffstats
path: root/package/spice/Config.in
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2012-12-16 06:56:16 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2012-12-16 21:34:13 +0100
commita872142c2f25761cbcfe024d4b9f0072f2639cea (patch)
tree6d0228543a70fed845373bb79d6cb1680b854da2 /package/spice/Config.in
parent93d4e38450639aef401adfcc2c4e412efaef3da9 (diff)
downloadbuildroot-novena-a872142c2f25761cbcfe024d4b9f0072f2639cea.tar.gz
buildroot-novena-a872142c2f25761cbcfe024d4b9f0072f2639cea.zip
package/spice: enable client
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/spice/Config.in')
-rw-r--r--package/spice/Config.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/package/spice/Config.in b/package/spice/Config.in
index 086b1bc48..aacc779ba 100644
--- a/package/spice/Config.in
+++ b/package/spice/Config.in
@@ -21,3 +21,16 @@ config BR2_PACKAGE_SPICE
This package implements the server-part of Spice.
http://www.spice-space.org/
+
+if BR2_PACKAGE_SPICE
+
+comment "client depends on X.org"
+ depends on !BR2_PACKAGE_XORG7
+
+config BR2_PACKAGE_SPICE_CLIENT
+ bool "Enable client"
+ depends on BR2_PACKAGE_XORG7
+ select BR2_PACKAGE_XLIB_LIBXFIXES
+ select BR2_PACKAGE_XLIB_LIBXRANDR
+
+endif # BR2_PACKAGE_SPICE