summaryrefslogtreecommitdiff
path: root/hw/xfree86/dixmods/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2013-10-14Update GLX dependencies now that DRI & DRI2 are builtins, not modulesAlan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-08-06Replace INCLUDES with AM_CPPFLAGSPeter Hutterer1-1/+1
newer automake gets quite noisy about this. hw/xfree86/ddc/Makefile.am:7: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') and many more of these. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2012-07-10Unify miinitext.cDaniel Stone1-1/+1
Rather than having a non-Xorg and an Xorg-specific path which basically just duplicated each other for no reason, we could ... just have one. Signed-off-by: Daniel Stone <daniel@fooishbar.org> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Keith Packard <keithp@keithp.com>
2012-07-10Remove the last remnants of extmodDaniel Stone1-2/+0
extmod was originally a big pointless module. Now it's an empty, pointless module. This commit makes it unexist. Signed-off-by: Daniel Stone <daniel@fooishbar.org> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Keith Packard <keithp@keithp.com>
2012-07-09Move RECORD from external module to built-inTomas Carnecky1-10/+1
Rather than languishing in its own special module, move RECORD into the core server. Signed-off-by: Tomas Carnecky <tom@dbservice.com> Reviewed-by: Daniel Stone <daniel@fooishbar.org> Reviewed-by: Jamey Sharp <jamey@minilop.net> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Keith Packard <keithp@keithp.com>
2012-07-09Move DBE from an external module to built-inTomas Carnecky1-10/+0
If DBE support is compiled in the server, just man up and build it into the server, rather than having it as an external module. Signed-off-by: Tomas Carnecky <tom@dbservice.com> Reviewed-by: Daniel Stone <daniel@fooishbar.org> Reviewed-by: Jamey Sharp <jamey@minilop.net> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Keith Packard <keithp@keithp.com>
2012-04-05xfree86: allow modules to be built without undefined symbolsYaakov Selkowitz1-10/+14
This will be necessary to port Xorg to Cygwin, but other platforms may find this useful as well. Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> Reviewed-by: Jon TURNEY <jon.turney@dronecode.org.uk> Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
2012-01-15xfree86: Don't link libxorgxkb against libdix.laJeremy Huddleston1-1/+0
libdix.a is already provided by XSERVER_LIBS. Including it in libxorgxkb results can result in duplicate symbols landing in the Xorg binary on some configurations (buggy glibtool on darwin). Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
2011-10-15xfree86: Link modules with -moduleJeremy Huddleston1-6/+6
This makes a difference on darwin (and apparently nowhere else) https://www.gnu.org/s/libtool/manual/libtool.html#Modules-for-libltdl Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> Reviewed-by: Jamey Sharp <jamey@minilop.net> Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
2011-04-26configure: Let configure --enable/disable-aiglx control building of AIGLX ↵Jon TURNEY1-1/+1
for all DDXs Let configure --enable/disable-aiglx control building of AIGLX for all DDXs. Currently we can't use --enable/disable-aiglx to control if Xwin DDX is built with AIGLX enabled, as at the moment it's forced off if we aren't building the X.Org DDX DRI or DRI2 loader Rearrange things a bit, introducing a new automake conditional, AIGLX_DRI_LOADER to specifically indicate if the X.Org DDX DRI/DRI2 loader convenience library should be built, and replace the previous X.Org DDX-specific uses of the AIGLX conditional with that As before, AIGLX_DRI_LOADER is only enabled if --enable-glx, --enable-aiglx and at least one of --enable-dri or --enable-dri2 are enabled This allows the general conditional AIGLX to control if AIGLX is built for the XWin DDX as well The C #define AIGLX set by AC_DEFINE(AIGLX) seems to be obsolete, I can't find anything which checks it Updated for ajax's "glx: Make --disable-dri not disable AIGLX" patch, which allows DRI2 to be enabled independently of DRI1 Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk> Reviewed-by: Colin Harrison <colin.harrison@virgin.net> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
2008-07-16Remove loadable font renderer support.Adam Jackson1-6/+0
2008-06-25XTrap delenda est.Adam Jackson1-10/+1
2008-06-13Death to mfb.Adam Jackson1-9/+0
Anyone still interested in 1 or 4 bpp framebuffers, talk to fb.
2008-05-21Death to afb.Adam Jackson1-10/+1
Planar framebuffer people, please talk to wfb for all your 1988 hardware needs.
2008-05-21Fix up paths for GL/glx -> glx renamingDan Nicholson1-3/+3
2008-04-23glcore: drop GLcore (build system)George Sapountzis1-5/+1
2008-04-11So long, and thanks for all the cfb.Adam Jackson1-13/+0
2008-03-24Bug #11510: Fix build without RECORD.Adam Jackson1-1/+5
2007-08-23Get rid of the type1 font module.Julien Cristau1-5/+1
It is completely replaced by freetype these days.
2007-05-11Remove mfb and cfb from include paths where they're not needed.Adam Jackson1-3/+0
2007-04-03Split the xserver/fb/fbcmap.c file into two files.Brian1-4/+4
Now, fbcmap_mi.c contains the fb functions which just wrap mi functions. Previously, these were in fbcmap.c and compiled when XFree86Server was defined. Now, clients of fbcmap should either use fbcmap.c or fbcmap_mi.c and not worry about setting the XFree86Server symbol.
2007-02-27Make mfb, cfb, and afb support configurable at build-time.Eamon Walsh1-4/+15
2006-07-27Add fbHasVisualTypes and fbSetVisualTypesAndMasks to wfbrename.h and include ↵Aaron Plattner1-1/+1
-DXFree86Server.
2006-07-26Build infrastructure for libwfb.so.Aaron Plattner1-0/+6
Builds fb/* twice, defining FB_ACCESS_WRAPPER for libwfb.la. Define a macro, FBPREFIX(X) which expands to fbX for libfb.la and wfbX for libwfb.la. Use the macro on [w]fbModuleData so the new module loads.
2006-07-18get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULEDaniel Stone1-1/+3
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-07-08Bug #7097: do case-insensitive comparison for some hotkeys.Tilman Sauerbeck1-0/+1
xkb's strcasecmp implementation has been moved to the dix so it's now safe to just use strcasecmp().
2006-06-01Bug #5089: Die, libbitmap, die!Adam Jackson1-7/+1
2006-05-17Make DBE support conditional. (Enrico Wiegelt)Daniel Stone1-2/+6
2006-04-06Remove cfb16, no longer used.Adam Jackson1-5/+0
2006-03-27Move XFree86 DDX XKB actions into dixmods.Daniel Stone1-6/+1
2006-03-12Fix build when AIGLX is false.Matthieu Herrb1-1/+4
2006-03-12Merge accel_indirect branch to HEAD.Kristian Høgsberg1-2/+5
2006-02-16Bug #5871: Drop special build infrastructure left over from libcwrapperEric Anholt1-3/+3
times. (George Fufutos)
2006-01-28Remove leftover variables for cfb24 build, and finish commenting out XglxEric Anholt1-4/+0
standalone stuff, which some versions of automake get whiny about.
2006-01-25Remove xf8_32wid, it's dead code with no maintainer interest. Also removeAdam Jackson1-6/+0
cfb24, since xf8_32wid was the only user.
2005-12-25Remove unused layer module.Adam Jackson1-6/+0
2005-12-22Adjust the rules for auto-generating some source files, so that they workEric Anholt1-3/+4
on both GNU make and FreeBSD's make.
2005-12-03Bugzilla #4809 <https://bugs.freedesktop.org/show_bug.cgi?id=4809> PatchAlan Coopersmith1-1/+6
#3908 <https://bugs.freedesktop.org/attachment.cgi?id=3908> xf8_32wid and cfb24 only need to be built on sparc
2005-12-02Define XFree86Server only where it is required.Kevin E Martin1-2/+1
2005-11-29Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadableKevin E Martin1-13/+17
module builds to reflect this change.
2005-11-19Bug #4824: Build XTrap support by default, matching monolith.Adam Jackson1-10/+8
2005-10-20Move xf86XTrapModule.c to dixmods, guess at a build system.Adam Jackson1-0/+11
2005-08-24Wed Aug 24 15:39:07 2005 Søren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen1-1/+1
Add GLX_{INC,LIBS} for xprint. Add @DIX_FLAGS@ to AM_CFLAGS
2005-08-20Build libxkbstubs.la to stub XKB DDX functions (e.g. VT switches), andDaniel Stone1-1/+7
build libxorggxkb.la from within the Xorg DDX to replace the previous xf86VT.o, et al, hacks.
2005-08-16symlink.sh: Temporarily disable xkbdata, add type1mod.cSøren Sandmann Pedersen1-0/+8
Tue Aug 16 12:09:09 2005 Søren Sandmann <sandmann@redhat.com> Add ft and type1 modules.
2005-08-15Mon Aug 15 14:56:57 2005 Søren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen1-10/+1
Remove the xkb* files. Add xkbVT.o and friends as the last things on the link line so they will override the symbols in libxkb.a. Add a comment on how this situation might not be considered ideal.
2005-07-17objdir != srcdir fixes.Daniel Stone1-14/+14
2005-07-16Typo fix, and re-add GLcore to the dixmods buildAdam Jackson1-2/+2
2005-07-16Add record module building support Change module building to not useKevin E Martin1-14/+32
-include Fix xnest, dmx and vfb builds to -DXFree86Server for fbcmap compilation
2005-07-15disable GLcore momentarily until a build system exists. --enable-glx shouldAdam Jackson1-1/+1
work now.