| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Will Wagner <will_wagner@carallon.com>
|
|
|
|
| |
Signed-off-by: Will Wagner <will_wagner@carallon.com>
|
|
|
|
| |
Signed-off-by: Will Wagner <will_wagner@carallon.com>
|
|
|
|
| |
Signed-off-by: Will Wagner <will_wagner@carallon.com>
|
| |
|
|
|
|
| |
Signed-off-by: Will Wagner <will_wagner@carallon.com>
|
|
|
|
| |
Signed-off-by: Will Wagner <will_wagner@carallon.com>
|
|
|
|
| |
Signed-off-by: Will Wagner <will_wagner@carallon.com>
|
| |
|
|
|
|
| |
Signed-off-by: Will Wagner <will_wagner@carallon.com>
|
|
|
|
| |
Signed-off-by: Will Wagner <will_wagner@carallon.com>
|
|
|
|
| |
Signed-off-by: Will Wagner <will_wagner@carallon.com>
|
|
|
|
| |
Signed-off-by: Will Wagner <will_wagner@carallon.com>
|
|
|
|
| |
Signed-off-by: Will Wagner <will_wagner@carallon.com>
|
|
|
|
| |
Signed-off-by: Will Wagner <will_wagner@carallon.com>
|
|
|
|
| |
Signed-off-by: Will Wagner <will_wagner@carallon.com>
|
|
|
|
| |
Signed-off-by: Will Wagner <will_wagner@carallon.com>
|
|
|
|
| |
Signed-off-by: Will Wagner <will_wagner@carallon.com>
|
|
|
|
| |
Signed-off-by: Will Wagner <will_wagner@carallon.com>
|
|
|
|
| |
Signed-off-by: Will Wagner <will_wagner@carallon.com>
|
|
|
|
| |
Signed-off-by: Will Wagner <will_wagner@carallon.com>
|
|
|
|
| |
Signed-off-by: Will Wagner <will_wagner@carallon.com>
|
|
|
|
| |
Signed-off-by: Will Wagner <will_wagner@carallon.com>
|
|
|
|
| |
Signed-off-by: Will Wagner <will_wagner@carallon.com>
|
|
|
|
| |
Signed-off-by: Will Wagner <will_wagner@carallon.com>
|
|
|
|
| |
Signed-off-by: Will Wagner <will_wagner@carallon.com>
|
|
|
|
| |
Signed-off-by: Will Wagner <will_wagner@carallon.com>
|
|
|
|
| |
Signed-off-by: Will Wagner <will_wagner@carallon.com>
|
|
|
|
| |
Signed-off-by: Will Wagner <will_wagner@carallon.com>
|
|
|
|
| |
Signed-off-by: Will Wagner <will_wagner@carallon.com>
|
|
|
|
| |
Signed-off-by: Will Wagner <will_wagner@carallon.com>
|
|
|
|
| |
Signed-off-by: Will Wagner <will_wagner@carallon.com>
|
|
|
|
| |
Signed-off-by: Will Wagner <will_wagner@carallon.com>
|
|
|
|
| |
Signed-off-by: Will Wagner <will_wagner@carallon.com>
|
|
|
|
| |
Signed-off-by: Will Wagner <will_wagner@carallon.com>
|
|
|
|
| |
Signed-off-by: Will Wagner <will_wagner@carallon.com>
|
|
|
|
|
| |
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
|
|
|
|
|
| |
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The xcb-util lacks a dependency on libxcb. Without this dependency, it
fails to build with:
checking for XCB... no
configure: error: in `/home/thomas/projets/buildroot/output/build/xcb-util-0.3.9':
configure: error: The pkg-config script could not be found or is too old. Make sure it
is in your PATH or set the PKG_CONFIG environment variable to the full
path to pkg-config.
Alternatively, you may set the environment variables XCB_CFLAGS
and XCB_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
|
|
|
|
|
| |
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
|
|
|
|
|
|
|
|
|
|
|
|
| |
mcookie is not actually used by the Xorg server; it is used by xinit to
generate a xauth cookie before starting the server.
Verified with 'ack-grep -a mcookie build/x*' in an output directory with all
packages selected. The only other package that matches is x11vnc: it does a
runtime check for mcookie and falls back on /dev/random if it's missing.
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
|
|
|
|
|
|
| |
[Peter: also add dependency for xdm (which selects xinit)]
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Until now, the X.org server was forcefully selecting OpenSSL, just to
have a SHA1 implementation. However, in fact, the X.org server is
capable of using a SHA1 implementation from multiple libraries:
OpenSSL, libgcrypt and libsha1 amongst others.
So, this patch changes the X.org server package so that we use the
SHA1 functions from OpenSSL is OpenSSL is already available, or the
SHA1 functions from libgcrypt is libgcrypt is already available, or if
neither OpenSSL nor libgcrypt are enabled in the configuration, we
select the much smaller libsha1, that has been specifically written to
fulfill the X.org server requirements.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
|
|
|
|
|
|
| |
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The BR2_PACKAGE_XPROTO_BIGREQSPROTO option was selected by
xlib_libX11, but xlib_libX11 does not have this protocol package in
its DEPENDENCIES. In some builds, it leads to xproto_bigreqsproto to
be built as the last package, with no other package depending on it,
which doesn't make sense.
xproto_xcmiscproto was selected and part of DEPENDENCIES, but an
inspection of libX11 configure.ac and libX11 source code shows that it
does not depend on xcmiscproto at all.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It doesn't make sense for BR2_PACKAGE_XORG7 to globally select
libraries such as libpng, zlib, expat or fontconfig. For example, if
you do a build with just xlib_libX11, then libpng gets built as the
last package, without anybody actually depending on it, even if it was
selected by BR2_PACKAGE_XORG7.
The individual x11r7 packages should select the libraries they need,
and add them in their DEPENDENCIES variable.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
|
|
|
|
|
|
|
| |
[Peter: adjust help text according to Arnout's comments]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When the Kdrive variant of the X server is selected, the drivers are
directly built into the X server. The X server therefore provides
options to enable or disable certain drivers, especially input
drivers.
This patch adds options to be able to enable or disable the evdev, kbd
and mouse drivers of Kdrive.
[Peter: fix Config.in indentation as pointed out by Arnout]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The BR2_PACKAGE_XSERVER_xorg and BR2_PACKAGE_XSERVER_tinyx options
used to select the style of X.org server to use are not named
consistently with the rest of the Buildroot options (in capital
letters and prefixed with the package name).
Therefore, we rename those options, and we take care to add the old
option names in the BR2_LEGACY infrastructure.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
|
|
|
|
|
|
|
|
|
|
| |
Since several years, the TinyX name has been somewhat deprecated in
favor of Kdrive, so mention the "Kdrive" wording in our configuration
interface.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
|