]> git.pld-linux.org Git - packages/DirectFB.git/blob - DirectFB-zlib.patch
stop building drmkms by default
[packages/DirectFB.git] / DirectFB-zlib.patch
1 --- DirectFB-1.6.0/src/core/surface.c.orig      2012-06-14 18:00:08.000000000 +0200
2 +++ DirectFB-1.6.0/src/core/surface.c   2012-06-17 12:34:01.569045630 +0200
3 @@ -49,6 +49,9 @@
4  #include <gfx/convert.h>
5  #include <gfx/util.h>
6  
7 +#ifdef USE_ZLIB
8 +#include <zlib.h>
9 +#endif
10  
11  D_DEBUG_DOMAIN( Core_Surface,         "Core/Surface",         "DirectFB Core Surface" );
12  D_DEBUG_DOMAIN( Core_Surface_Updates, "Core/Surface/Updates", "DirectFB Core Surface Updates" );
This page took 0.197548 seconds and 3 git commands to generate.