Age | Commit message (Collapse) | Author |
|
Currently, the X.org server selection always trigger the compilation
and installation of libXt (the X toolkit) and libXaw (Athena Widget
toolkits), which is are legacy toolkits not used by modern toolkits
(Gtk, Qt, etc.). They are only used by old X11 applications that are
typically not used on embedded systems.
Not compiling them save compilation time, and more importantly, space
on the target.
We also remove the compilation on xlib_libxkbui, libxmu and libxpm,
because they all depend on libXt.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
|
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
|
|
|
|
|
|
|
|
|
|
Patch by Dan Lykowski <lykowdk@gmail.com>
|
|
xserver-xorg depends on mesa3d, so select it in kconfig as well.
|
|
Really closes #5684.
|
|
Closes #5684.
|
|
be disabled. Unfortunately this is a compile-time option.
|
|
'default n' is the default, so there's no need to say it explicitly.
|
|
xserver-xorg had dbus in it's dependencies, but didn't select it in kconfig.
|
|
|
|
quite work yet for me, but this clearly is a huge project and not having it
quite work on the first pass is hardly unexpected. We definately want this
stuff in buildroot.
|