]> git.sur5r.net Git - i3/i3/commitdiff
Makefile.PL: Add Inline::C dependency
authorMats <d912e3@gmail.com>
Wed, 22 Oct 2014 12:13:08 +0000 (14:13 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 23 Oct 2014 20:54:46 +0000 (22:54 +0200)
Inline::C is no longer shipped with Inline.

testcases/Makefile.PL

index 6bc80d8f3ded97c86f5a76b4e9db7e830c3787b7..f2c15013f5246b7e9346819d60365818d4fd68dd 100755 (executable)
@@ -11,6 +11,7 @@ WriteMakefile(
         'AnyEvent::I3' => '0.15',
         'X11::XCB'     => '0.09',
         'Inline'       => 0,
+        'Inline::C'    => 0,
         'ExtUtils::PkgConfig' => 0,
         'Test::More'   => '0.94',
         'IPC::Run' => 0,