summaryrefslogtreecommitdiff
path: root/hw/kdrive/fbdev/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2010-03-22Fix relink targets for silent rulesYaakov Selkowitz1-1/+1
Add $(AM_V_at) to all relink make targets to silence them when automake silent rules are in use. 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-22kdrive: Use $(MAKE) in relink rulesYaakov Selkowitz1-1/+1
Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> Reviewed-by: Mikhail Gusarov <dottedmag@dottedmag.net> Reviewed-by: Alan Coopersmith <alan.coopersmith@sun.com> Reviewed-by: Julien Cristau <jcristau@debian.org>
2009-01-27Convert kdrive libraries to libtool convenience libraries.Paulo Cesar Pereira de Andrade1-4/+4
Also correct a link failure due to unresolved symbols. This is arguably a libtool/ranlib/ld bug, that "may" be corrected by linking all convenience libraries in a single one. But in this case, it was preferred to just add a linker option to Xfake_LDFLAGS, to force linkage of all libraries. This corrects #19725.
2008-07-02Fix GLX in Xvfb and kdrive.Adam Jackson1-0/+2
2008-05-23kdrive: need not export symbols for glx anymoreGeorge Sapountzis1-4/+0
2008-04-23glcore: prepare for dynamic loadingGeorge Sapountzis1-0/+4
glcore gets linked with -ldl, -lpthread for s3tc and glapi xserver needs DLOPEN_LIBS - to dlopen the glcore dso LD_EXPORT_SYMBOLS_FLAG - to export symbols for glcore to use the ld flag is added to kdrive only when GLX is enabled, the net overhead for Xephyr is ~155KB, could be reduced with --dynamic-list.
2007-10-17KDRIVE_LOCAL_LIBS includes some system libraries, not just internal x server ↵Keith Packard1-1/+1
libs
2007-09-05Kdrive: unbreak kdrive linkingDodji Seketeli1-2/+1
* configure.ac: re-sort Kdrive libs so that symbols get properly resolved. Basically, all some libs are present in both $KDRIVE_LIBS and $XSERVER_LIBS, and some libs orders are not correct. So I made sure Kdrive servers don't have to link against $KDRIVE_LIBS *and* $XSERVER_LIBS. They just have to link against $KDRIVE_LIBS now. * hw/kdrive/*/Makefile.am: update those makefile to reflect the change in configure.ac
2007-07-05For each kdrive server put a dependencie on its own libraries.Tiago Vignatti1-1/+3
2007-06-27Relink properly all kdrive servers when changes happen.Tiago Vignatti1-0/+2
2007-04-26Fix the 'relink' target for kdrive servers.Adam Jackson1-0/+3
2006-09-07Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ↵Daniel Stone1-6/+1
input-hotplug
2006-08-29Re-add support for tslib (1.0 release) and Xcalibrate extension.Matthew Allum1-6/+1
2006-08-29kdrive: remove @KDRIVE_LIBS@ from Xfoo_DEPENDENCIESDaniel Stone1-3/+1
2006-08-09kdrive: remove ddx_DEPENDENCIESDaniel Stone1-4/+0
Remove foo_DEPENDENCIES as they weren't guaranteed to just be libs, and loader arguments (-lfoo, -Lfoo) might've crept in.
2006-07-21new KDrive input world orderDaniel Stone1-3/+4
Convert KDrive to GPE/GKE interface. Add first-class drivers and enumerate every device separately through Xi, instead of lamely attempting to aggregate them. Add XKB support to the Linux keyboard driver. Add 'thumb button' support to the tslib driver. Rejig InitInput, so each DDX has to add a list of drivers it supports. Support NewInputDeviceRequest, et al.
2006-02-16Make more extensions optional in build (for kdrive). Fix kdrive build forKeith Packard1-1/+1
actual hardware. Fix kdrive pointer signed/unsigned types. Add kdrive-required YX rotation functions. Replace rgb text file loading with static rgb color table.
2005-12-27s/XSERVER/KDRIVE/Adam Jackson1-1/+1
2005-12-27Build fixes: XSERVER_LIBS -> KDRIVE_LIBS, config.h -> kdrive-config.hAdam Jackson1-1/+1
2003-11-11Fix Makefile.am's to include header files needed for distcheck. RemoveEric Anholt1-2/+3
-Werror default and add --enable-werror switch to add it back.
2003-11-06tslib improvementsMatthew Allum1-6/+5
2003-11-02merge xfixes_2_branch back to HEADKeith Packard1-29/+13
2003-10-15hw/kdrive/*/Makefile.am Libraries in local dir must not use global path orKeith Packard1-1/+1
make doesn't build things in the right order (-j) hw/kdrive/mga/mga.h, mgadraw.c Fix warnings
2003-10-09Add xfixes, fix smi driver to use either fbdev or vesa. Add hole mapping toKeith Packard1-2/+4
vesa server by default
2003-10-01Add XDM cookies. Fix up support for pkgconfig X bitsKeith Packard1-1/+0
2003-09-30Added --enable-tslib configure optionMatthew Allum1-0/+4
2003-09-29Use other freedesktop.org packages to build the serverKeith Packard1-23/+21
2003-09-16Add fbdev server to the build.Anders Carlsson1-0/+42