- 24 Jul, 2022 5 commits
-
-
Signed-off-by:
Mihail Konev <k.mvc@ya.ru> Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent fall-outs, when they contain space. Signed-off-by:
Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by:
Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Syncs the invocation of configure with the one from the server. Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by:
Emil Velikov <emil.velikov@collabora.com> Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
See http://people.gnome.org/~walters/docs/build-api.txt Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 20 Jul, 2022 3 commits
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 17 Sep, 2020 1 commit
-
-
Alexander Gottwald authored
-
- 17 Feb, 2019 2 commits
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 19 Feb, 2014 1 commit
-
-
Arnaud Fontaine authored
Signed-off-by:
Arnaud Fontaine <arnau@debian.org>
-
- 17 Feb, 2014 1 commit
-
-
Arnaud Fontaine authored
-
- 13 Feb, 2014 1 commit
-
-
Gaetan Nadon authored
The new BASE_CFLAGS variable contains only warning flags that do not alter the generated byte code, unlike the deprecated CWARNFLAGS which turns off the GNUCC strict aliasing optimization. Also, update m4 submodule as util-macros version 1.16 or later is required. Signed-off-by:
Gaetan Nadon <memsize@videotron.ca> Signed-off-by:
Arnaud Fontaine <arnau@debian.org>
-
- 10 Feb, 2014 2 commits
-
-
Gaetan Nadon authored
Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
Gaetan Nadon authored
There is no evidence this file has ever been used. Signed-off-by:
Gaetan Nadon <memsize@videotron.ca> Reviewed-by:
Arnaud Fontaine <arnau@debian.org>
-
- 07 Feb, 2014 5 commits
-
-
Gaetan Nadon authored
All files mentionned in AC_CONFIG_FILES have their source files distributed automatically. http://www.gnu.org/software/automake/manual/automake.html Signed-off-by:
Gaetan Nadon <memsize@videotron.ca> Reviewed-by:
Arnaud Fontaine <arnau@debian.org>
-
Gaetan Nadon authored
Files generated by autoconf (and the various tools it calls) must not be removed by running a makefile. This is outside the scope of the makefile. http://lists.gnu.org/archive/html/autoconf/2007-03/msg00043.html One can use git-clean to return to the original state of the module prior to running autogen.sh, autoreconf or configure. Signed-off-by:
Gaetan Nadon <memsize@videotron.ca> Reviewed-by:
Arnaud Fontaine <arnau@debian.org>
-
Gaetan Nadon authored
There is only one target in this directory, so we do not need to trigger the per-target infrastructure which would require AC_PROG_CC_C_O macro. So libxcb_ewmh_la-ewmh.o simply becomes ewmh.o. http://www.gnu.org/software/automake/manual/automake.html#Renamed-Objects Signed-off-by:
Gaetan Nadon <memsize@videotron.ca> Reviewed-by:
Arnaud Fontaine <arnau@debian.org>
-
Gaetan Nadon authored
These should have been removed with the patch: "Split up icccm and ewmh into their own repository" back in 2011. Signed-off-by:
Gaetan Nadon <memsize@videotron.ca> Reviewed-by:
Arnaud Fontaine <arnau@debian.org>
-
Arnaud Fontaine authored
Signed-off-by:
Arnaud Fontaine <arnau@debian.org> Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
- 03 Feb, 2014 7 commits
-
-
Gaetan Nadon authored
Update bug tracker info following libxcb format. Reviewed-by:
Arnaud Fontaine <arnau@debian.org> Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
Gaetan Nadon authored
This file is mandatory. It reflects the copyright statements found in the source code as written by their respective owners. Reviewed-by:
Arnaud Fontaine <arnau@debian.org> Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
Gaetan Nadon authored
Use same layout as libxcb. Reviewed-by:
Arnaud Fontaine <arnau@debian.org> Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
Gaetan Nadon authored
All the X supported systems do have this header file. None of the xorg modules have this check, so it is safe to remove. Reviewed-by:
Arnaud Fontaine <arnau@debian.org> Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
Gaetan Nadon authored
This file contains C preprocessor #define statements which replace the current -Ds added to each compilation invocation. This makes the gcc output command easier to read and prevents exceeding the max line limits on some computers. This is the preferred method in al the xorg modules. Reviewed-by:
Arnaud Fontaine <arnau@debian.org> Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
Gaetan Nadon authored
This is not needed as we have standard headers and C99. This result in no change to the defines used at compile time. http://www.gnu.org/software/autoconf/manual/autoconf.html Reviewed-by:
Arnaud Fontaine <arnau@debian.org> Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
Gaetan Nadon authored
Fix Automake warning: AC_OUTPUT should be used without arguments. www.gnu.org/software/autoconf/manual/autoconf.html#Configuration-Files Changed layout to one file per file like other xorg modules. Reviewed-by:
Arnaud Fontaine <arnau@debian.org> Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
- 29 Jan, 2014 3 commits
-
-
Arnaud Fontaine authored
Reported on Debian BTS: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=722632 Signed-off-by:
Arnaud Fontaine <arnau@debian.org>
-
Arnaud Fontaine authored
Signed-off-by:
Arnaud Fontaine <arnau@debian.org>
-
Niclas Zeising authored
Exit early with an informative message if the submodules are missing, since they are needed. Without this autoconf throws a bunch of uninformative errors which does not point to the actual problem. This was taken from util-keysyms. Signed-off-by:
Niclas Zeising <zeising@daemonic.se> Reviewed-By:
Arnaud Fontaine <arnau@debian.org>
-
- 16 Jul, 2013 1 commit
-
-
Arnaud Fontaine authored
For example, Awesome 3.4 with Zaphod mode checks this attribute to match it to the relevant root window. Signed-off-by:
Arnaud Fontaine <arnau@debian.org>
-
- 31 May, 2012 2 commits
-
-
Arnaud Fontaine authored
Signed-off-by:
Arnaud Fontaine <arnau@debian.org>
-
Arnaud Fontaine authored
Signed-off-by:
Arnaud Fontaine <arnau@debian.org>
-
- 30 May, 2012 1 commit
-
-
Arnaud Fontaine authored
Signed-off-by:
Arnaud Fontaine <arnau@debian.org>
-
- 21 May, 2012 1 commit
-
-
Arnaud Fontaine authored
-
- 29 Aug, 2011 1 commit
-
-
Arnaud Fontaine authored
EWMH specification states that _NET_SUPPORTING_WM_CHECK must also be set on the child window, not only on the root window.
-
- 30 Jun, 2011 2 commits
-
-
Andreas Pokorny authored
class is a c++ keyword and cannot be used for parameter names. Signed-off-by:
Andreas Pokorny <Andreas.Pokorny@gmail.com> Reviewed-by:
Arnaud Fontaine <arnau@debian.org>
-
Arnaud Fontaine authored
Signed-off-by:
Arnaud Fontaine <arnau@debian.org>
-
- 25 Apr, 2011 1 commit
-
-
Arnaud Fontaine authored
Signed-off-by:
Arnaud Fontaine <arnau@debian.org>
-