libxkbcommon build system updates

2010-11-28 Thread Jan Engelhardt
The following changes since commit f94a64cc08b47cdbfdfea5b5756340246fc391ed: Link with -no-undefined (2010-10-26 14:11:38 -0400) are available in the git repository at: git://dev.medozas.de/libxkbcommon master Jan Engelhardt (5): build: use AC_CONFIG_MACRO_DIR as per libtoolize

[PATCH 2/5] build: use proper quoting in autogen.sh

2010-11-28 Thread Jan Engelhardt
Signed-off-by: Jan Engelhardt jeng...@medozas.de --- autogen.sh |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/autogen.sh b/autogen.sh index 904cd67..90d2520 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,12 +1,12 @@ #! /bin/sh -srcdir=`dirname $0` +srcdir

[PATCH 3/5] build: run autoupdate

2010-11-28 Thread Jan Engelhardt
Signed-off-by: Jan Engelhardt jeng...@medozas.de --- configure.ac |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 7669027..56fb27b 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ dnl PERFORMANCE OF THIS SOFTWARE

[PATCH 4/5] xkbscan: resolve build warning/rpmlint error

2010-11-28 Thread Jan Engelhardt
callers. Signed-off-by: Jan Engelhardt jeng...@medozas.de --- src/xkbcomp/parseutils.h |4 ++-- src/xkbcomp/xkbscan.l|2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/xkbcomp/parseutils.h b/src/xkbcomp/parseutils.h index 6169b87..9cf5097 100644 --- a/src/xkbcomp

[PATCH 1/5] build: use AC_CONFIG_MACRO_DIR as per libtoolize warning

2010-11-28 Thread Jan Engelhardt
libtoolize: Consider adding AC_CONFIG_MACRO_DIR([m4]) to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding -I m4 to ACLOCAL_AMFLAGS in Makefile.am. Signed-off-by: Jan Engelhardt jeng...@medozas.de --- Makefile.am |2

[PATCH 5/5] Update .gitignore

2010-11-28 Thread Jan Engelhardt
Limit exclusion of files to their respective directory that they can appear in. Signed-off-by: Jan Engelhardt jeng...@medozas.de --- .gitignore | 34 +- 1 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.gitignore b/.gitignore index a640dea

Re: [PATCH 1/5] build: use AC_CONFIG_MACRO_DIR as per libtoolize warning

2010-11-28 Thread Jan Engelhardt
On Sunday 2010-11-28 19:45, Gaetan Nadon wrote: On Sun, 2010-11-28 at 15:46 +0100, Jan Engelhardt wrote: +ACLOCAL_AMFLAGS = -I m4 This will fail if m4 does not exist at clone time. It won't because there is a .gotognore file in there. However, it will be suggested later to use the same

Resolution 1360x768 not selected

2009-02-09 Thread Jan Engelhardt
Hi, I need assistance in finding out just why on earth xorg decides not to use 1360x768 despite the monitor returning this in the DDC and having it in the Modes/PreferredMode option. Xorg.0.log: http://pastebin.ca/1329034 xorg.conf: http://pastebin.ca/1329035

Re: Resolution 1360x768 not selected

2009-02-09 Thread Jan Engelhardt
On Monday 2009-02-09 12:47, Jan Engelhardt wrote: I need assistance in finding out just why on earth xorg decides not to use 1360x768 despite the monitor returning this in the DDC and having it in the Modes/PreferredMode option. Xorg.0.log: http://pastebin.ca/1329034 xorg.conf: http

Re: Resolution 1360x768 not selected

2009-02-09 Thread Jan Engelhardt
On Monday 2009-02-09 16:33, Bill Crawford wrote: On Monday 09 February 2009 11:47:44 Jan Engelhardt wrote: Hi, I need assistance in finding out just why on earth xorg decides not to use 1360x768 despite the monitor returning this in the DDC and having it in the Modes/PreferredMode option