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:
parent
8202f04bf2
commit
48baf3bf65
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue