Age | Commit message (Collapse) | Author |
|
Reorganize the list of depencies with a sane indentation level, and
one dependency per line. Yes, the list is long, but is easier to read,
and future patches modifying this list will be easier to review.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
|
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
|
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
|
The selection of the X.org server type was really strange. The user
had to select between none, tinyx and modular. Now, the menuconfig
interface display a single item for X.org, that can be
selected/unselected. This entry contains a submenu, that allows to
select the type of the X.org server (tinyX or modular) and that allows
(as before) to enable/disable X.org libraries, drivers, etc.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
|
Several issues were encountered when trying to build Matchbox. This
patches fixes these issues :
* Selecting BR2_PACKAGE_MATCHBOX should select BR2_PACKAGE_XORG7,
otherwise the x11r7 mk files are not included, and matchbox.mk
refers to non-existing dependencies (such as xlib_libXtst).
* In matchbox.mk, wrong dependencies for Matchbox keyboard. When
pango is available, use it through --enable-pango, otherwise, add
the dependency to xlib_libXft
* Enable AUTORECONF for libXfont and libXft, otherwise the libtool
Buildroot patch has no effect, and these packages fail to build
without the libtool hack.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
|
0.15.0 seems to never have been in Debian (it is atleast not on
snapshot.debian.net), so use the real upstream (freedesktop) instead.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
|
|
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
|
|
mesa (and in turn xorg) needs C++ support.
Based on patch by Steffen Schulz <pepe_ml@gmx.net>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
|
|
mesa wants to compile and run gen_matypes at build time, so make sure it
gets compiled for the host and not for the target.
Closes #323.
Signed-off-by: Jim Persson <spambox@nurd.se>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
|
|
Make sure the build doesn't use keysymdef.h from the host.
|
|
|
|
|
|
The host versions shouldn't be visible in Kconfig, so remove the
reference to BR2_PACKAGE_PKGCONFIG everywhere and prefix the host targets
with host-.
At the same time add pkgconfig for the target (E.G. for development) and
let BR2_PACKAGE_PKGCONFIG control that package.
Notice: all defconfigs in the tree have been updated, but make sure to
disable the pkgconfig package (unless you want it) if you use an external
config, otherwise you'll end up with pkgconfig and glib2 in the target.
|
|
|
|
|
|
|
|
|
|
Rearrange lines and get rid of unneeded variables. Should have no functional
change.
|
|
|
|
Patch by Dan Lykowski <lykowdk@gmail.com>, closes #181.
Minor fixups for kdrive by me.
|
|
Patch by Dan Lykowski <lykowdk@gmail.com>
|
|
Make sure makedepends only searches the gcc/staging dir, and not the
host include dirs.
|
|
|
|
|
|
xserver-xorg depends on mesa3d, so select it in kconfig as well.
|
|
Closes #95
|
|
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
|
|
|
|
The package overrides CFLAGS, so disable shared cache.
|
|
|
|
|
|
|
|
|
|
xkeyboard-config uses xkbcomp at runtime, so select it.
closes #5704.
|
|
Really closes #5684.
|
|
Closes #5684.
|
|
Closes #5654.
|
|
For details, see:
http://lists.freedesktop.org/archives/xorg/2008-October/039630.html
|
|
|
|
For details, see:
http://lists.freedesktop.org/archives/xorg-announce/2007-October/000416.html
|
|
|
|
It's default now.
|
|
Saves ~400 KB
|
|
Saves ~400 KB
|
|
Saves ~900 KB
|
|
Saves ~800 KB
|
|
|
|
Don't install makestrs in the first place, instead of removing it
afterwards. Fixes cross-strip issue.
|
|
Saves ~3 MB
|
|
Saves ~1.4 MB
|