i3 - improved tiling WM


Makefile.PL: Add Inline::C dependency

Patch status: merged

Patch by Mats

Long description:

Inline::C is no longer shipped with Inline.

To apply this patch, use:
curl http://cr.i3wm.org/patch/661/raw.patch | git am

b/testcases/Makefile.PL

14
@@ -11,6 +11,7 @@ WriteMakefile(
15
         'AnyEvent::I3' => '0.15',
16
         'X11::XCB'     => '0.09',
17
         'Inline'       => 0,
18
+        'Inline::C'    => 0,
19
         'ExtUtils::PkgConfig' => 0,
20
         'Test::More'   => '0.94',
21
         'IPC::Run' => 0,