> However, all that's actually needed is the attached small patch to > Makefile.in which you can append to the bits you already have.
Attached this time! Mark
diff -ru original-trees/DirectFB-0.9.23/gfxdrivers/unichrome/Makefile.in DirectFB/gfxdrivers/unichrome/Makefile.in --- original-trees/DirectFB-0.9.23/gfxdrivers/unichrome/Makefile.in 2005-10-18 23:55:43.000000000 +0100 +++ DirectFB/gfxdrivers/unichrome/Makefile.in 2005-10-24 16:21:05.000000000 +0100 @@ -140,7 +140,7 @@ X11_LIBS = @X11_LIBS@ ZLIB_LIBS = @ZLIB_LIBS@ -INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/lib -I$(top_srcdir)/lib -I$(top_srcdir)/src +INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/lib -I$(top_srcdir)/lib -I$(top_srcdir)/src -I$(top_srcdir)/systems AM_CFLAGS = $(DFB_CFLAGS)
_______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
