diff options
author | Kevin E Martin <kem@kem.org> | 2005-11-19 07:15:35 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-11-19 07:15:35 +0000 |
commit | ff0494da73f7375ef051621c72f6ce91a101574a (patch) | |
tree | 8367f51efdfb82228804ad065b3a65ac92544813 /configure.ac | |
parent | cf92d3afb96be73691967875a1e659bfaf47bd5d (diff) |
Update pkgconfig files to separate library build-time dependencies from
application build-time dependencies, and update package deps to work
with separate build roots.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 3e34926..a6eb612 100644 --- a/configure.ac +++ b/configure.ac @@ -38,6 +38,9 @@ PKG_CHECK_MODULES(MKFONTSCALE, fontenc freetype2) AC_SUBST(MKFONTSCALE_CFLAGS) AC_SUBST(MKFONTSCALE_LIBS) +PKG_CHECK_MODULES(X11, x11) +AC_SUBST(X11_CFLAGS) + XORG_MANPAGE_SECTIONS XORG_RELEASE_VERSION |