summaryrefslogtreecommitdiff
path: root/fontenc.pc.in
Commit message (Collapse)AuthorAgeFilesLines
* Update pkgconfig files to separate library build-time dependencies fromKevin E Martin2005-11-191-3/+2
| | | | | application build-time dependencies, and update package deps to work with separate build roots.
* Do PKG_CHECK_MODULES on a unique token instead of on "DEP", so builds withAdam Jackson2005-08-031-2/+2
| | | | a global configure cache don't get confused.
* - Remove fontenc from XfontSøren Sandmann Pedersen2005-06-271-0/+11
- Add a dependency from Xfont on libfontenc - Add build system for lib/fontenc - xc/lib/font: Change #include "fontenc.h" to #include <X11/fonts/fontenc.h> in some places. - Remove dpsinfo and dpsexec from the app section of symlink.sh - Fix xp.pc.in to add XPRINT_LIBS/CFLAGS instead of X_LIBS/CFLAGS