diff options
author | Kevin E Martin <kem@kem.org> | 2005-11-19 07:15:36 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-11-19 07:15:36 +0000 |
commit | a6e95476fad3b0fa51fe56e69ceb2e21e481ac66 (patch) | |
tree | ca963ad91add89951b075aa15d68481720755cc1 /configure.ac | |
parent | 3680097626a96aaacbb09b78bbe10a18893863cc (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 7010190..2810180 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(XGAMMA, xxf86vm) +PKG_CHECK_MODULES(XGAMMA, x11 xxf86vm) AC_SUBST(XGAMMA_CFLAGS) AC_SUBST(XGAMMA_LIBS) |