diff options
Diffstat (limited to 'package/x11r7/Config.in')
-rw-r--r-- | package/x11r7/Config.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package/x11r7/Config.in b/package/x11r7/Config.in index 664226f85..bb538e1e0 100644 --- a/package/x11r7/Config.in +++ b/package/x11r7/Config.in @@ -1,5 +1,5 @@ menuconfig BR2_PACKAGE_XORG7 - bool "X.org X Window System, X11R7, release 7.5" + bool "X.org X Window System" select BR2_PACKAGE_ZLIB select BR2_PACKAGE_LIBPNG select BR2_PACKAGE_EXPAT @@ -9,6 +9,8 @@ menuconfig BR2_PACKAGE_XORG7 Support for X11R7 libraries, servers, drivers, and/or applications in the target. + http://xorg.freedesktop.org + if BR2_PACKAGE_XORG7 choice |