All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] libdrm_intel.pc: don't include ${includedir}/drm
@ 2010-02-26 18:07 Julien Cristau
  2010-02-26 18:07 ` [PATCH 2/3] libdrm_nouveau requires libdrm Julien Cristau
  0 siblings, 1 reply; 9+ messages in thread
From: Julien Cristau @ 2010-02-26 18:07 UTC (permalink / raw)
  To: dri-devel; +Cc: Julien Cristau

intel_bufmgr.h is installed in ${includedir} directly, and the other
headers are taken care of by libdrm.pc's Cflags.

Signed-off-by: Julien Cristau <jcristau@debian.org>
---
 intel/libdrm_intel.pc.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/intel/libdrm_intel.pc.in b/intel/libdrm_intel.pc.in
index b93f1c6..e8080d9 100644
--- a/intel/libdrm_intel.pc.in
+++ b/intel/libdrm_intel.pc.in
@@ -8,4 +8,4 @@ Description: Userspace interface to kernel DRM services
 Version: @PACKAGE_VERSION@
 Requires: libdrm
 Libs: -L${libdir} -ldrm_intel
-Cflags: -I${includedir} -I${includedir}/drm
+Cflags: -I${includedir}
-- 
1.6.6.1


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
--

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2010-03-17 19:52 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-26 18:07 [PATCH 1/3] libdrm_intel.pc: don't include ${includedir}/drm Julien Cristau
2010-02-26 18:07 ` [PATCH 2/3] libdrm_nouveau requires libdrm Julien Cristau
2010-02-26 18:07   ` [PATCH 3/3] Install headers to $(includedir)/libdrm Julien Cristau
2010-03-10 12:13     ` Julien Cristau
2010-03-13 14:32       ` Rémi Cardona
2010-03-17 19:52     ` Eric Anholt
2010-02-26 18:38   ` [PATCH 2/3] libdrm_nouveau requires libdrm Kristian Høgsberg
2010-02-26 18:50     ` Julien Cristau
2010-02-26 19:06       ` Kristian Høgsberg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.