summaryrefslogtreecommitdiff
path: root/xt.pc.in
Commit message (Collapse)AuthorAgeFilesLines
* Add xfilesearchpath to xt.pcAlan Coopersmith2023-02-091-0/+1
| | | | | | | Make setting of --with-xfile-search-path available to other components, without having to link with libXt. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Add XtErrorDB directory to pkg-config file.Egbert Eich2012-11-301-0/+2
| | | | | | | | | Should anyone ever desire to supply this file externally it's location is specified in the pkg-config file. Signed-off-by: Egbert Eich <eich@freedesktop.org> Reviewed-by: Gaetan Nadon <memsize@videotron.ca> Tested-by: Gaetan Nadon <memsize@videotron.ca>
* Move sm from Requires to Requires.private in xt.pcAlan Coopersmith2010-05-191-2/+2
| | | | | | | | | As explained in https://bugs.freedesktop.org/show_bug.cgi?id=26943 since libXt callers need the SM headers but don't necessarily need to link directly to libSM, it should be in Requires.private, not Requires. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Adam Jackson <ajax@redhat.com>
* Bug 26943: wrong dependencies in xt.pc.inAlan Coopersmith2010-04-161-1/+1
| | | | | | https://bugs.freedesktop.org/show_bug.cgi?id=26943 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Add configure option to set the build's app-default dir, and put the resultKevin E Martin2005-12-071-0/+1
| | | | in the xt.pc file for applications to use.
* Update pkgconfig files to separate library build-time dependencies fromKevin E Martin2005-11-191-2/+4
| | | | | application build-time dependencies, and update package deps to work with separate build roots.
* - conditionally include config.h in xc/lib/Xt sourcesXORG-6_8_99_8Søren Sandmann Pedersen2005-05-181-0/+10
- add build system for lib/Xt