diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2012-09-22 21:35:48 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-09-22 21:35:48 +0200 |
commit | 69e6cd4a2fa80d9299d9e763923f6adae46919a3 (patch) | |
tree | cd0d36aa8d08a9f483c5aeb5900ccfd1b8d50626 /package/x11r7/Config.in | |
parent | 370522fb71028f2e098f5ac061d4a3d7faf637dc (diff) |
x11r7: update Config.in
Don't mention the revision in the option text (we're now at 7.6)
and add the upstream URL.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
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 |