[Buildroot] svn commit: trunk/buildroot/package/tinyx

Johannes Winkelmann winkj at ife.ee.ethz.ch
Thu Jul 27 10:54:28 UTC 2006


Hi,

This commit breaks compilation of tinyx due to using spaces for 
indentation; fix attached.

andersen at uclibc.org wrote:
> Author: andersen
> Date: 2006-07-26 12:11:36 -0700 (Wed, 26 Jul 2006)
> New Revision: 15747
[...]
> Changeset:
> Modified: trunk/buildroot/package/tinyx/tinyx.mk
> ===================================================================
> --- trunk/buildroot/package/tinyx/tinyx.mk	2006-07-26 17:25:08 UTC (rev 15746)
> +++ trunk/buildroot/package/tinyx/tinyx.mk	2006-07-26 19:11:36 UTC (rev 15747)
> @@ -100,8 +100,17 @@
>  	( cd $(TINYX_DIR) ; $(MAKE) World )
>  
>  #
> +# Install x-includes and x-libraries in $(STAGING_DIR)/usr/X11R6/
> +# and add a symbolic link between /usr/bin/X11 and /usr/X11R6/bin
> +$(STAGING_DIR)/usr/X11R6/lib/libX11.so.6.2: $(TINYX_XFBDEV)
> +       mkdir -p $(STAGING_DIR)/usr/X11R6/lib
> +       mkdir -p $(STAGING_DIR)/usr/X11R6/include
> +       cp -fRL $(TINYX_DIR)/exports/include/* $(STAGING_DIR)/usr/X11R6/include/
> +       cp -fRL $(TINYX_DIR)/exports/lib/* $(STAGING_DIR)/usr/X11R6/lib/
> +       ln -s /usr/X11R6/bin $(TARGET_DIR)/usr/bin/X11
    ^^^^^^^
Best regards, Johannes
-- 
Johannes Winkelmann
http://www.ife.ee.ethz.ch

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: tinyx.mk-tabs.diff
Url: http://lists.busybox.net/pipermail/buildroot/attachments/20060727/6fae70b0/attachment.diff 


More information about the buildroot mailing list