diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2012-01-29 20:03:13 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-01-29 20:03:13 +0100 |
commit | dc662b1a6c7a8ec0cde8b4b623d7c07fb3f65f80 (patch) | |
tree | 0a1540676fd23b03345a7a5204e0235b251beeea | |
parent | dc6bf5b173ad439f77c3e5737646d5f5d8420ba6 (diff) |
libxcb: fix help text indentation
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | package/x11r7/libxcb/Config.in | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/package/x11r7/libxcb/Config.in b/package/x11r7/libxcb/Config.in index fb48a0265..9554529fc 100644 --- a/package/x11r7/libxcb/Config.in +++ b/package/x11r7/libxcb/Config.in @@ -5,10 +5,8 @@ config BR2_PACKAGE_LIBXCB select BR2_PACKAGE_XLIB_LIBXDMCP select BR2_PACKAGE_XLIB_LIBXAU help - The X protocol C-language Binding (XCB) is a replacement for - Xlib featuring a small footprint, latency hiding, direct access - to the protocol, improved threading support, and extensibility. - - http://xcb.freedesktop.org/ - + The X protocol C-language Binding (XCB) is a replacement for + Xlib featuring a small footprint, latency hiding, direct access + to the protocol, improved threading support, and extensibility. + http://xcb.freedesktop.org/ |