Can't build DFB from the latest (1.7.2) tarballs if virtual input is used
(`--enable-divine`).

I'm not sure how DFB tarballs are created but I tried `make dist`.  I had
few other problems both with `make dist` and then with building from the
created 1.8.0 tarball but in the end the attached patch solved the problem,
at least for DiVine.  I'm not sure whether this is the way you go about it
though.

Cheers,
Kris
From bcb757dbfc5af473e45665bd55c198265bce5517 Mon Sep 17 00:00:00 2001
From: Krzysztof Konopko <k...@konagma.com>
Date: Mon, 24 Mar 2014 12:20:42 +0100
Subject: [PATCH] Add missing idivine.h header to the distribution

---
 lib/divine/Makefile.am | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lib/divine/Makefile.am b/lib/divine/Makefile.am
index 000c7d3..005c0be 100644
--- a/lib/divine/Makefile.am
+++ b/lib/divine/Makefile.am
@@ -21,6 +21,9 @@ pkgconfig_DATA = divine.pc
 
 includedir = @GENERIC_INCLUDEDIR@/divine
 
+dist_noinst_HEADERS = \
+	idivine.h
+
 include_HEADERS = \
 	divine.h
 
-- 
1.9.0

_______________________________________________
directfb-dev mailing list
directfb-dev@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev

Reply via email to