summaryrefslogtreecommitdiffstats
path: root/package/x11r7
Commit message (Collapse)AuthorAgeFilesLines
* xdriver_xf86-input-joystick: bump revision to X11R7.7Will Wagner2013-03-201-1/+1
| | | | Signed-off-by: Will Wagner <will_wagner@carallon.com>
* xdriver_xf86-input-evdev: bump revision to X11R7.7Jesper Baekdahl2013-03-202-2/+6
|
* xcb-proto: bump revision to X11R7.7Will Wagner2013-03-201-1/+1
| | | | Signed-off-by: Will Wagner <will_wagner@carallon.com>
* xapp_xwud: bump revision to X11R7.7Will Wagner2013-03-201-1/+1
| | | | Signed-off-by: Will Wagner <will_wagner@carallon.com>
* xapp_xwininfo: bump revision to X11R7.7Will Wagner2013-03-201-1/+1
| | | | Signed-off-by: Will Wagner <will_wagner@carallon.com>
* xapp_xwd: bump revision to X11R7.7Will Wagner2013-03-201-1/+1
| | | | Signed-off-by: Will Wagner <will_wagner@carallon.com>
* xapp_xset: bump revision to X11R7.7Will Wagner2013-03-202-3/+2
| | | | Signed-off-by: Will Wagner <will_wagner@carallon.com>
* xapp_xrdb: bump revision to X11R7.7Will Wagner2013-03-201-1/+1
| | | | Signed-off-by: Will Wagner <will_wagner@carallon.com>
* xapp_xrandr: bump revision to X11R7.7Will Wagner2013-03-201-1/+1
| | | | Signed-off-by: Will Wagner <will_wagner@carallon.com>
* xapp_xprop: bump revision to X11R7.7Will Wagner2013-03-201-1/+1
| | | | Signed-off-by: Will Wagner <will_wagner@carallon.com>
* xapp_xpr: bump revision to X11R7.7Will Wagner2013-03-201-1/+1
| | | | Signed-off-by: Will Wagner <will_wagner@carallon.com>
* xapp_xmodmap: bump revision to X11R7.7Will Wagner2013-03-201-1/+1
| | | | Signed-off-by: Will Wagner <will_wagner@carallon.com>
* xpp_xlsclients: bump revision to X11R7.7Will Wagner2013-03-201-1/+1
| | | | Signed-off-by: Will Wagner <will_wagner@carallon.com>
* xpp_xlsatoms: bump revision to X11R7.7Will Wagner2013-03-201-1/+1
| | | | Signed-off-by: Will Wagner <will_wagner@carallon.com>
* xapp_xkbevd: bump revision to X11R7.7Will Wagner2013-03-201-1/+1
| | | | Signed-off-by: Will Wagner <will_wagner@carallon.com>
* xapp_xkbcomp: bump revision to X11R7.7Will Wagner2013-03-201-1/+1
| | | | Signed-off-by: Will Wagner <will_wagner@carallon.com>
* xapp_xinput: bump revision to X11R7.7Will Wagner2013-03-201-1/+1
| | | | Signed-off-by: Will Wagner <will_wagner@carallon.com>
* xapp_xhost: bump revision to X11R7.7Will Wagner2013-03-201-1/+1
| | | | Signed-off-by: Will Wagner <will_wagner@carallon.com>
* xapp_xgamma: bump revision to X11R7.7Will Wagner2013-03-201-1/+1
| | | | Signed-off-by: Will Wagner <will_wagner@carallon.com>
* xapp_xev: bump revision to X11R7.7Will Wagner2013-03-201-1/+1
| | | | Signed-off-by: Will Wagner <will_wagner@carallon.com>
* xapp_xdpyinfo: bump revision to X11R7.7Will Wagner2013-03-201-1/+1
| | | | Signed-off-by: Will Wagner <will_wagner@carallon.com>
* xapp_xcmsdb: bump revision to X11R7.7Will Wagner2013-03-201-1/+1
| | | | Signed-off-by: Will Wagner <will_wagner@carallon.com>
* xapp_xauth: bump revision to X11R7.7Will Wagner2013-03-201-1/+1
| | | | Signed-off-by: Will Wagner <will_wagner@carallon.com>
* xapp_smproxy: bump revision to X11R7.7Will Wagner2013-03-201-1/+1
| | | | Signed-off-by: Will Wagner <will_wagner@carallon.com>
* xapp_setxkbmap: bump revision to X11R7.7Will Wagner2013-03-201-1/+1
| | | | Signed-off-by: Will Wagner <will_wagner@carallon.com>
* xapp_sessreg: bump revision to X11R7.7Will Wagner2013-03-201-1/+1
| | | | Signed-off-by: Will Wagner <will_wagner@carallon.com>
* xapp_makefontscale: bump revision to X11R7.7Will Wagner2013-03-201-1/+1
| | | | Signed-off-by: Will Wagner <will_wagner@carallon.com>
* xapp_luit: bump revision to X11R7.7Will Wagner2013-03-201-1/+1
| | | | Signed-off-by: Will Wagner <will_wagner@carallon.com>
* xapp_iceauth: bump revision to X11R7.7Will Wagner2013-03-201-1/+1
| | | | Signed-off-by: Will Wagner <will_wagner@carallon.com>
* x11r7/xcb-util-image: new packageThomas Petazzoni2013-03-093-0/+30
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* x11r7/xcb-util-wm: new packageThomas Petazzoni2013-03-093-0/+31
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xcb-util: add dependency on libxcbThomas Petazzoni2013-03-092-1/+2
| | | | | | | | | | | | | | | | | | 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>
* x11r7/xcb-util: bump to 0.3.9Thomas Petazzoni2013-03-061-1/+1
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xapp_xinit depends on mcookie, not xserver_xorg-serverArnout Vandecappelle (Essensium/Mind)2013-01-202-1/+2
| | | | | | | | | | | | 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>
* xapp_xinit/xdm: only makes sense if there is an X serverArnout Vandecappelle (Essensium/Mind)2013-01-202-0/+4
| | | | | | [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>
* xserver_xorg-server: provide more options for SHA1 libraryThomas Petazzoni2013-01-122-2/+15
| | | | | | | | | | | | | | | | | 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>
* xlib_libX11: split the DEPENDENCIES variable on multiple linesThomas Petazzoni2013-01-121-1/+13
| | | | | | 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>
* xlib_libX11: do not depend on bigreqsproto nor xcmiscprotoThomas Petazzoni2013-01-122-3/+1
| | | | | | | | | | | | | | | 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>
* x11r7: do not globally select librariesThomas Petazzoni2013-01-121-4/+0
| | | | | | | | | | | | | | 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>
* xserver_xorg-server: add more explanations about the two variantsThomas Petazzoni2013-01-121-1/+12
| | | | | | | [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>
* xserver_xorg-server: option to build KDrive input driversThomas Petazzoni2013-01-092-0/+48
| | | | | | | | | | | | | | 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>
* xserver_xorg-server: rename server-style configuration optionsThomas Petazzoni2013-01-094-10/+10
| | | | | | | | | | | | | | 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>
* xserver-xorg_server: Mention that TinyX is also known as KdriveThomas Petazzoni2013-01-091-1/+1
| | | | | | | | | | 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>
* x11r7: fix indentationThomas Petazzoni2013-01-091-4/+3
| | | | | | | | | Fixup the indentation when including the X.org server Config.in to match all the other inclusions in x11r7/Config.in. 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>
* x11r7: remove useless depends on of X.org driversThomas Petazzoni2013-01-0936-36/+0
| | | | | | | | | | | All X.org server drivers are already enclosed in a if BR2_PACKAGE_XSERVER_xorg .. endif block. Now that this option is only set if a X.org server is enabled, there is no need for each individual driver to depend on BR2_PACKAGE_XSERVER_XORG. 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>
* x11r7: move X.org server style optionThomas Petazzoni2013-01-092-18/+18
| | | | | | | | | | The selection between "modular" server and "Kdrive" server really belongs as a sub-option of the X.org server itself, rather than as a global x11r7 option. So we move it under the X.org server option. 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>
* package: fixup after pthred-stubs renamePeter Korsgaard2013-01-061-1/+1
| | | | | | | Commit 5bd41d165 (pthread-stubs: rename to xlib_libpthread-stubs) renamed the pthread-stubs package but forgot to update the select statements. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xdriver_xf86-video-sunffb: remove packageGustavo Zacarias2013-01-053-25/+0
| | | | | | | | | The FFB was an old SBUS video card used in Sun SPARC workstations from the 90s. Highly unlikely a target for buildroot. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xdriver_xf86-video-suncg6: remove packageGustavo Zacarias2013-01-053-22/+0
| | | | | | | | | The CG6 was an old SBUS video card used in Sun SPARC workstations from the 90s. Highly unlikely a target for buildroot. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xdriver_xf86-video-xgixp: remove packageThomas Petazzoni2013-01-053-48/+0
| | | | | | | | | This X.org driver has been removed from upstream X.org releases and is related to a very specific type of hardware that isn't likely to be used in a Buildroot context. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>