- Oct 26, 2009
-
-
Alan Coopersmith authored
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-
- Oct 25, 2009
-
-
Alan Coopersmith authored
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-
- Oct 22, 2009
-
-
Jon Turney authored
Add xcb-util Add both xcb-util and libxcb as dependencies of xorg-libs metamodule Signed-off-by: Jeremy Huddleston <jeremyhu-2kanFRK1NckAvxtiuMwx3w@public.gmane.org> Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
-
- Oct 21, 2009
-
-
Alan Coopersmith authored
Needs to be built before app/xlsclients now that xlsclients depends on it (and presumably other apps will in the future). Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-
- Oct 18, 2009
-
-
Alan Coopersmith authored
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-
Alan Coopersmith authored
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-
Alan Coopersmith authored
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-
- Oct 16, 2009
-
-
Alan Coopersmith authored
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-
- Oct 14, 2009
-
-
Jon Turney authored
Add dependency on libX11 for some other libs and apps Add few other lib dependencies for some apps Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
-
Chris Wilson authored
error: must install X.Org font-util 1.1 or later before running autoconf/autogen
-
Chris Wilson authored
It's mkfontscale that depends upon libfontenc and not vice versa.
-
- Oct 12, 2009
-
-
Alan Coopersmith authored
Now that modules such as libfontenc and app/xfs are using fontutil.m4 macros to set the default font path, install it right after util-macros, before everything else. Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-
- Oct 11, 2009
-
-
Jon Turney authored
-
Jon Turney authored
Nothing depends on it, as we can't describe that is a platform dependent dependency very well Also add dependecy for windowswmproto on macros
-
- Oct 08, 2009
-
-
Chris Wilson authored
We need to install the core fonts for a stand-alone xserver, so add them to the jhbuild rules. And as we needed to pull in the mkfontscale rule for libfontenc, we may as well pull in the whole bundle.
-
- Oct 07, 2009
-
-
Chris Wilson authored
-
- Oct 06, 2009
-
-
Alan Coopersmith authored
This is the script I've used to create/update the README's in many X.org modules so that people finding them packaged in distros or mirrored on other sites have an easier time finding the origin and our bugtracker/git/etc. Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-
- Oct 01, 2009
-
-
Jeremy Huddleston authored
-
- Sep 13, 2009
-
-
Chris Wilson authored
-
Chris Wilson authored
-
- Sep 11, 2009
-
-
Chris Wilson authored
-
- Sep 10, 2009
-
-
Matthias Hopf authored
-
- Aug 26, 2009
-
-
This patch removes the non-existing component from the build list. https://bugs.freedesktop.org/show_bug.cgi?id=22824 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-
Inline assembler is not written for LP64 systems, so it fails to compile on those platforms. Given that this driver is hardware specific, it can be compiled on similar CPUs only, rather than porting the C code. Tested script code path with "linux32 bash" on AMD64 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Acked-by: Matthieu Herrb <matthieu.herrb@laas.fr>
-
- Aug 25, 2009
-
-
Currently drm is always skipped and mesa is commented out Without those, xserver cannot build due to DRI prereq https://bugs.freedesktop.org/show_bug.cgi?id=22823 Tested on a newly cloned full build Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-
- Aug 02, 2009
-
-
It will still default to `whoami` if it's not configured in .ssh/config Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-
- Jul 30, 2009
-
-
Peter Hutterer authored
Running 'git push origin' at the end of the script will push changes on the master branch - even if the release is supposed to be a stable branch release. This may result in not-yet-ready changes being pushed to master. This patch removes this default git push policy and replaces it with a warning message if the object belonging to the tag is not on the remote yet. Requirements: the tag must be on the currently checked-out branch, it is not possible to cut a branch release from master anymore. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
If 'git diff' or 'git status' detect local changes, abort. This check can be skipped with the --ignore-local-changes option. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-
- Jul 28, 2009
-
-
Peter Hutterer authored
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
--clone and --check were out of order. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-
- Jul 26, 2009
-
-
Avoid invoking the git clone command on existing directory. This uniformly implements the desired behaviour where existing directories are skipped and not considered a failure scenario. Tested with various success/failure scenarios [Peter: git can clone into existing directories but only with very recent versions. Better not to rely on it yet.] Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-
Fix one typo and changed one error message to be consistent with other very similar messages. No logic change. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-
- Jul 21, 2009
-
-
Peter Hutterer authored
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
If --clone is specified as a parameter to build.sh, non-existing modules in the build list are automatically cloned into the respective directories. The current approach requires a user to either use jhbuild to pull all repositories or to get the git_xorg.sh script from the wiki. By adding clone support, a user just needs clone the modular module and then run build.sh to get a development setup. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
-
- May 10, 2009
-
-
Alan Coopersmith authored
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-
- Apr 09, 2009
-
-
Kristian Høgsberg authored
-
- Mar 17, 2009
-
-
Peter Hutterer authored
Append the module being built (e.g. lib/libX11) to the file specified with -f. If the build fails, resuming the build is as easy as build.sh -r `tail -n 1 filename` ... Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Acked-by: Ian Romanick <ian.d.romanick@intel.com>
-