diff options
Diffstat (limited to 'package/xorg/Config.in')
-rw-r--r-- | package/xorg/Config.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/xorg/Config.in b/package/xorg/Config.in new file mode 100644 index 000000000..0885549ad --- /dev/null +++ b/package/xorg/Config.in @@ -0,0 +1,11 @@ +config BR2_PACKAGE_XORG + bool "X.org X Window System" + default n + depends !BR2_PACKAGE_TINYX + help + The official X Window system and server. + +comment "X.org X Window System disabled, tinyx selected" + depends on BR2_PACKAGE_TINYX + + |