summaryrefslogtreecommitdiff
path: root/hw/dmx/config
AgeCommit message (Collapse)AuthorFilesLines
2010-06-06Remove more superfluous if(p) checks around free(p)Mikhail Gusarov1-2/+2
This patch has been generated by the following Coccinelle semantic patch: @@ expression E; @@ -if(E) { free(E); } +free(E); Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net> Reviewed-by: Julien Cristau <jcristau@debian.org> Reviewed-by: Fernando Carrijo <fcarrijo@yahoo.com.br> Reviewed-by: Matt Turner <mattst88@gmail.com>
2010-03-22Fix .man.N targets for AM_SILENT_RULESYaakov Selkowitz1-1/+1
Add $(AM_V_GEN) for sed-based rules so they appear as expected with automake silent rules, and $(AM_V_at) to completely hide cp/ln/rm commands which are not prone to fail. Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> Reviewed-by: Alan Coopersmith <alan.coopersmith@sun.com> Reviewed-by: Julien Cristau <jcristau@debian.org>
2010-03-22Respect value of SED from configureYaakov Selkowitz1-1/+1
We now use libtool, which calls AC_PROG_SED and sets SED as the path to a fully-functional 'sed' (which may also be called 'gsed' if GNU sed is installed alongside a proprietary version). Therefore we should respect the value of SED so we are sure to use the correct one. Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> Reviewed-by: Alan Coopersmith <alan.coopersmith@sun.com> Reviewed-by: Julien Cristau <jcristau@debian.org>
2009-11-11.gitignore: use common defaults with custom section #24239Gaetan Nadon1-6/+7
Using common defaults will reduce errors and maintenance. Only the very small or inexistent custom section need periodic maintenance when the structure of the component changes. Do not edit defaults. Reviewed-By: Jeremy Huddleston <jeremyhu@apple.com> Signed-off-by: Keith Packard <keithp@keithp.com>
2009-10-20Use the default XKB settings for dmx and kdrive.Peter Hutterer2-11/+7
Drop the dmx-specific defines, there's no reason to have separate ones considering they're about as hardcoded as the default rules anyway. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-09-13dmx: Default rules are now base, not xfree86Peter Hutterer1-1/+1
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-01-18Ignore generated dmx manpagesDan Nicholson1-0/+6
Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
2009-01-18Don't reuse PKG_CHECK_MODULES identifiersDan Nicholson1-2/+0
Using GL for the PKG_CHECK_MODULES identifier multiple times means only the first call will actually be used. Later calls will be skipped due to GL_CFLAGS and GL_LIBS already being set. This changes DRI to using a different identifier and DMX to just reusing GL_CFLAGS. Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
2008-10-06xalloc+memset(0) -> xcallocAdam Jackson1-4/+1
2007-06-29Death to RCS tags.Adam Jackson14-15/+1
2006-11-07Add $(DIX_CFLAGS) to remaining Makefile.am filesKeith Packard1-1/+1
2006-07-18get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULEDaniel Stone1-1/+1
Get rid of almost all uses of these definitions. They're still defined for delinquent out-of-tree drivers, and also for the Mesa build. As well as for miinitext.c. But largely gone.
2006-02-22Added Mesa include directoryAlexander Gottwald1-0/+7
2006-02-11Add <string.h>, <stdlib.h>, and <stdio.h> to clear undefined functionAlan Coopersmith1-0/+1
warnings after the removal of libcwrapper headers.
2005-12-06Change *man_SOURCES ==> *man_PRE to fix autotools warnings.Kevin E Martin1-3/+3
2005-12-02Define XFree86Server only where it is required.Kevin E Martin1-0/+1
2005-11-28Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4Alan Coopersmith1-1/+1
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
2005-11-13Bug #5019 <https://bugs.freedesktop.org/show_bug.cgi?id=5019> xserverAlan Coopersmith1-1/+18
installs manpages into 'man1' instead of 'man1x'
2005-11-01Add xorg-server.m4 for driver dependency checking.Kevin E Martin1-0/+1
Update pkgcheck depedencies to work with separate build roots.
2005-10-18Fix parallel builds my ensuring libdmxconfig builds first.Adam Jackson1-0/+3
2005-10-13Dist NOTES.Kristian Høgsberg1-1/+1
Dist helper shell scripts. Dist XAA.HOWTO and a few more unused C files. Dist xorgconf.cpp. Fix DIST_EXTRA typo. Clean yacc and lex generated files only during make maintainer-clean as we don't expect users to have those tools installed.
2005-10-06Include dmx-config.h for modular buildKevin E Martin1-0/+4
Use <X11/extensions/dmxext.h> intead of "dmxext.h"
2005-10-06Add support for building DMX config and examples programs Add missing filesKevin E Martin1-1/+37
to EXTRA_DIST Install Xdmx man page
2005-08-02Note yacc and lex generated files as BUILT_SOURCES so they are createdKeith Packard1-1/+3
before anything is compiled; required for parallel builds
2005-07-28Fix distcheck for serverKevin E Martin1-2/+11
2005-07-12Add support for building Xdmx and XvfbKevin E Martin1-0/+13
2005-07-12Prepare Xdmx and Xvfb for modularization by adding appropriate #includeKevin E Martin6-0/+24
<{dix,dmx}-config.h> to the source files.
2004-06-30Add Distributed Multihead X (DMX) supportKevin E Martin44-0/+4522