Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] Fix for mesa3d
@ 2010-01-04 19:54 William Wagner
  2010-01-18 16:21 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: William Wagner @ 2010-01-04 19:54 UTC (permalink / raw)
  To: buildroot

Following the changes to autotargets mesa3d no longer compiles.

Patch below fixes typos:

diff --git a/package/x11r7/mesa3d/mesa3d.mk b/package/x11r7/mesa3d/mesa3d.mk
index fa98bf6..a72670e
--- a/package/x11r7/mesa3d/mesa3d.mk
+++ b/package/x11r7/mesa3d/mesa3d.mk
@@ -73,7 +73,7 @@ $(MESA3D_DIR)/.installed: $(MESA3D_DIR)/.built
      rm -Rf $(TARGET_DIR)/usr/include/GL
      touch $@

-mesa3d-depends: xproto_glproto xproto_xf86vidmodeproto xlib_libXxf86vm 
xlib_libXmu xlib_libXdamage libdrm xlib_libpciaccess host-makedepend
+mesa3d-depends: xproto_glproto xproto_xf86vidmodeproto xlib_libXxf86vm 
xlib_libXmu xlib_libXdamage libdrm xlib_libpciaccess host-xutil_makedepend
  mesa3d-source: $(DL_DIR)/$(MESA3D_SOURCE)
  mesa3d-configure: $(MESA3D_DIR)/.configured
  mesa3d-build: $(MESA3D_DIR)/.built
diff --git a/package/x11r7/xutil_makedepend/xutil_makedepend.mk 
b/package/x11r7/xutil_makedepend/xutil_makedepend.mk
index b0bbafd..cd6801d
--- a/package/x11r7/xutil_makedepend/xutil_makedepend.mk
+++ b/package/x11r7/xutil_makedepend/xutil_makedepend.mk
@@ -11,7 +11,7 @@ XUTIL_MAKEDEPEND_AUTORECONF = NO
  XUTIL_MAKEDEPEND_INSTALL_STAGING = NO
  XUTIL_MAKEDEPEND_INSTALL_TARGET = YES

-HOST_XUTIL_MAKEDEPEND_DEPENDENCIES = host-xproto-xproto
+HOST_XUTIL_MAKEDEPEND_DEPENDENCIES = host-xproto_xproto

  $(eval $(call AUTOTARGETS,package/x11r7,xutil_makedepend))
  $(eval $(call AUTOTARGETS,package/x11r7,xutil_makedepend,host))

-- 
------------------------------------------------------------------------
Will Wagner                                     will_wagner at carallon.com
Development Manager                      Office Tel: +44 (0)20 7371 2032
Carallon Ltd, Studio G20, Shepherds Building, Rockley Rd, London W14 0DA
------------------------------------------------------------------------

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

* [Buildroot] [PATCH] Fix for mesa3d
  2010-01-04 19:54 [Buildroot] [PATCH] Fix for mesa3d William Wagner
@ 2010-01-18 16:21 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2010-01-18 16:21 UTC (permalink / raw)
  To: buildroot

>>>>> "William" == William Wagner <will_wagner@carallon.com> writes:

 William> Following the changes to autotargets mesa3d no longer compiles.
 William> Patch below fixes typos:

Thanks, committed.

Notice that your mailer had word wrapped the patch, so I had to apply
manually. Please consider using git send-email in the future.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2010-01-18 16:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-04 19:54 [Buildroot] [PATCH] Fix for mesa3d William Wagner
2010-01-18 16:21 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox