diff options
author | Kevin E Martin <kem@kem.org> | 2005-11-19 07:15:37 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-11-19 07:15:37 +0000 |
commit | 1739444b40ef1e07e9bd6e0d9fe1f1e6e254809a (patch) | |
tree | b527584e37e94fba0e259dfad4b866f9379a35c6 /configure.ac | |
parent | 3eb0b0085955c8213c869a8b14e8ec00f3514b7b (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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 7f2365c..e9c60d2 100644 --- a/configure.ac +++ b/configure.ac @@ -32,7 +32,7 @@ AC_PROG_CC AC_PROG_INSTALL # Checks for pkg-config packages -PKG_CHECK_MODULES(XKBPRINT, xkbfile) +PKG_CHECK_MODULES(XKBPRINT, xkbfile x11) AC_SUBST(XKBPRINT_CFLAGS) AC_SUBST(XKBPRINT_LIBS) |