testcases: add ExtUtils::PkgConfig as explicit dependency

This used to be a transitive dependency through X11::XCB, but the latter
dropped it in version 0.04.
This commit is contained in:
Michael Stapelberg 2012-08-31 00:17:06 +02:00
parent 8202f04bf2
commit 48baf3bf65
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ WriteMakefile(
'AnyEvent::I3' => '0.09',
'X11::XCB' => '0.03',
'Inline' => 0,
'ExtUtils::PkgConfig' => 0,
'Test::More' => '0.94',
},
PM => {}, # do not install any files from this directory