configure.ac | 4 ++-- hw/dmx/glxProxy/Makefile.am | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-)
New commits: commit 41524dd61020f2a446ec54643fa17aa791338cac Author: Jeremy Huddleston <jerem...@apple.com> Date: Fri Dec 16 17:47:46 2011 -0800 configure.ac: 1.11.3 Signed-off-by: Jeremy Huddleston <jerem...@apple.com> diff --git a/configure.ac b/configure.ac index 817c907..5792731 100644 --- a/configure.ac +++ b/configure.ac @@ -26,8 +26,8 @@ dnl dnl Process this file with autoconf to create configure. AC_PREREQ(2.57) -AC_INIT([xorg-server], 1.11.2.902, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server) -RELEASE_DATE="2011-12-09" +AC_INIT([xorg-server], 1.11.3, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server) +RELEASE_DATE="2011-12-16" AC_CONFIG_SRCDIR([Makefile.am]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE commit ee66474eb2009118a41539c6773e514a09d27e4d Author: Gaetan Nadon <mems...@videotron.ca> Date: Fri Dec 9 07:45:02 2011 -0500 dmx: fix distcheck failure, missing compsize.h in Makefile.am which was added in commit: dmx: Build fix for -Werror=implicit-function-declaration Reviewed-by: Peter Hutterer <peter.hutte...@who-t.net> Signed-off-by: Gaetan Nadon <mems...@videotron.ca> Signed-off-by: Keith Packard <kei...@keithp.com> (cherry picked from commit 2c1d0a539c0fb1860ac89a00d1fb609f1959e1b6) diff --git a/hw/dmx/glxProxy/Makefile.am b/hw/dmx/glxProxy/Makefile.am index 8516048..4ee1036 100644 --- a/hw/dmx/glxProxy/Makefile.am +++ b/hw/dmx/glxProxy/Makefile.am @@ -1,10 +1,12 @@ noinst_LIBRARIES = libglxproxy.a libglxproxy_a_SOURCES = compsize.c \ + compsize.h \ g_disptab.c \ g_disptab.h \ global.c \ glxcmds.c \ + glxcmds.h \ glxcmdsswap.c \ glxcontext.h \ glxdrawable.h \ -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1rcwsg-00073p...@vasks.debian.org