diff options
author | Kevin E Martin <kem@kem.org> | 2005-11-01 15:11:51 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-11-01 15:11:51 +0000 |
commit | 077ce8402a1f8413efdede402cb6f89b9ff797dd (patch) | |
tree | 90117c05cb13169e76fb2abf13e693fab6a00d8c /configure.ac | |
parent | c6a8324c38acc33357e6dcf927f482db22383ab2 (diff) |
Update pkgcheck dependencies 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 665a9df..62ad68f 100644 --- a/configure.ac +++ b/configure.ac @@ -85,7 +85,7 @@ fi # find the required protocol version DAMAGEEXT_VERSION=[`echo $VERSION | sed 's/^\([0-9][0-9]*\.[0-9][0-9]*\).*$/\1/'`] -PKG_CHECK_MODULES(XDAMAGE, [damageproto >= $DAMAGEEXT_VERSION] xfixes) +PKG_CHECK_MODULES(XDAMAGE, [damageproto >= $DAMAGEEXT_VERSION] xfixes fixesproto xextproto) AC_SUBST(XDAMAGE_CFLAGS) XORG_RELEASE_VERSION |