summaryrefslogtreecommitdiff
path: root/fontenc.pc.in
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-06-27 16:09:14 +0000
committerSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-06-27 16:09:14 +0000
commitbcdcaebcd2127f4e7e1c368f341a781b4cf8af6b (patch)
tree256f1eb281aee121eecadf24cab1af4fdc5960c9 /fontenc.pc.in
parente80fd1617092d128d54a9400a4974ffafbb3083e (diff)
downloadxorg-lib-libfontenc-bcdcaebcd2127f4e7e1c368f341a781b4cf8af6b.tar.gz
- Remove fontenc from Xfont
- 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
Diffstat (limited to 'fontenc.pc.in')
-rw-r--r--fontenc.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/fontenc.pc.in b/fontenc.pc.in
new file mode 100644
index 0000000..c5c149d
--- /dev/null
+++ b/fontenc.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: fontenc
+Description: The fontenc Library
+Version: @PACKAGE_VERSION@
+Cflags: -I${includedir} @DEP_CFLAGS@
+Libs: -L${libdir} -lfontenc @DEP_LIBS@
+