configure.ac: Include missing proto declarations in SDK_REQUIRED_MODULES
authorEmil Velikov <emil.l.velikov@gmail.com>
Mon, 7 Oct 2013 17:29:25 +0000 (18:29 +0100)
committerKeith Packard <keithp@keithp.com>
Mon, 7 Oct 2013 18:20:58 +0000 (11:20 -0700)
commitea3b7db4b747f883ef7b8b524ee13bf8a63add14
tree7e9fdd2cb97ea5a4b3f813bb3c2bfae2e79d5f5d
parentccbe17b1c6da1ad9d085fc8133cdd15dc7004a4a
configure.ac: Include missing proto declarations in SDK_REQUIRED_MODULES

Commits a1d41e311c21e7d859bd87834d & 3ed2c6e11298c made extinit.h require
the XF86 Big Font, XRes & ScrnSaver proto headers, but failed to add them
to the SDK_REQUIRED_MODULES so pkg-config would find them for driver builds.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Daniel Stone <daniel@fooishbar.org>
Signed-off-by: Keith Packard <keithp@keithp.com>
configure.ac