When building with a separate objdir -I$(top_srcdir)/libdrm needs to be
added to the intel Makefile.am otherwise only $(top_builddir)/libdrm is
included which doesn't contain the source headers.

I've also been unable to build the drm-gem DRM module against the
current git linux tree, what changes are needed (to the linux headers;
and symbol exports?) and is there a patch?
--- ./libdrm/intel/Makefile.am~ 2008-06-25 12:39:05.173539881 +0100
+++ ./libdrm/intel/Makefile.am  2008-06-25 12:39:05.173539881 +0100
@@ -24,7 +24,8 @@
 
 AM_CFLAGS = \
        $(WARN_CFLAGS) \
-       -I$(top_srcdir)/shared-core
+       -I$(top_srcdir)/shared-core \
+       -I$(top_srcdir)/libdrm
 
 noinst_LTLIBRARIES = libdrm_intel.la
 
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
--
_______________________________________________
Dri-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to