summaryrefslogtreecommitdiff
path: root/xorg-server.pc.in
AgeCommit message (Collapse)AuthorFilesLines
2009-07-09Since font modules are dead, don't mention them in xorg-server.pcAdam Jackson1-1/+0
2008-11-28Enable compiling the X Server and modules with hidden symbols by default.Paulo Cesar Pereira de Andrade1-1/+1
Note that it checks if support for symbol visibility is available by the compiler, not if it is functional. It may have problems on non x86 architectures. To disable the feature, just pass the option "--disable-visibility" to the X Server configure script. Unless using an alternate build schema, drivers built from a git checkout will use the same "visibility" related CFLAGS used to compile the X Server.
2008-04-15Include pciaccess in the xorg-server.pc Requires line.Aaron Plattner1-1/+1
This pulls in the include path for pciaccess.h, which is needed by, among other things, xf86.h.
2007-11-05Export the server ABI versions from xorg-server.pcAdam Jackson1-0/+6
2007-10-12Drivers include miscstruct.h which requires pixman.h.Matthias Hopf1-1/+1
2007-09-04Fix driver build by including an appropriate Requires.private line on pixman.Eric Anholt1-1/+2
We'd previously been substituting PIXMAN_CFLAGS, but we've got a better tool now, plus I deleted the PIXMAN_CFLAGS substitution without noticing.
2007-08-07Fix driver build after pixman changes.Eric Anholt1-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.
2005-12-02Define XFree86Server only where it is required.Kevin E Martin1-1/+1
2005-11-29Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadableKevin E Martin1-1/+1
module builds to reflect this change.
2005-11-19Update pkgconfig files to separate library build-time dependencies fromKevin E Martin1-1/+1
application build-time dependencies, and update package deps to work with separate build roots.
2005-08-30Use the $(moduledir) makefile variable instead of @moduledir@ so it can beKristian Høgsberg1-2/+0
overridden at make install time. Remove driverdir and inputdir from pkg-config file. The directory layout of moduledir is fixed and well known by drivers.
2005-07-10add some convenience variables for the driversAdam Jackson1-0/+2
2005-07-01Adding initial build system.Daniel Stone1-0/+12