diff mbox

[v2,1/1] xserver_xorg-server: Depends on host-xfont_font-util

Message ID 1402524987-24727-1-git-send-email-bernd.kuhls@t-online.de
State Superseded
Headers show

Commit Message

Bernd Kuhls June 11, 2014, 10:16 p.m. UTC
Fixes build error:
>>> xserver_xorg-server 1.15.1 Autoreconfiguring
configure.ac:51: error: must install font-util 1.1 or later before running autoconf/autogen

Tested with minimal defconfig

BR2_TOOLCHAIN_EXTERNAL=y
BR2_PACKAGE_XORG7=y
BR2_PACKAGE_XSERVER_XORG_SERVER=y
BR2_PACKAGE_XSERVER_XORG_SERVER_MODULAR=y

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
v2: - depend on host-xfont_font-util instead of xfont_font-util (Thomas)
    - provide reduced defconfig for testing

 package/x11r7/xserver_xorg-server/xserver_xorg-server.mk |    1 +
 1 file changed, 1 insertion(+)

Comments

Thomas Petazzoni June 12, 2014, 7:17 a.m. UTC | #1
Dear Bernd Kuhls,

On Thu, 12 Jun 2014 00:16:27 +0200, Bernd Kuhls wrote:
> Fixes build error:
> >>> xserver_xorg-server 1.15.1 Autoreconfiguring
> configure.ac:51: error: must install font-util 1.1 or later before running autoconf/autogen

Why is your xserver_xorg-server package autoreconfiguring itself? In
the mainline Buildroot tree, we don't autoreconf the X.org server:

$ grep AUTORECONF package/x11r7/xserver_xorg-server/xserver_xorg-server.mk
$

Isn't the problem you're seeing related to a local change you've made
to the X.org server package?

Thomas
Bernd Kuhls June 12, 2014, 8:11 a.m. UTC | #2
Thomas Petazzoni
<thomas.petazzoni@free-electrons.com> wrote
in news:20140612091745.73abc72f@free-electrons.com: 

> Isn't the problem you're seeing related to a local change you've made
> to the X.org server package?

Hi,

oops, right. It is needed for the fix-parallel-man-page-build patch, I merged 
both patches and sent v3: http://patchwork.ozlabs.org/patch/359030/

Regards, Bernd
diff mbox

Patch

diff --git a/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk b/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk
index 9a998a2..050dee6 100644
--- a/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk
+++ b/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk
@@ -54,6 +54,7 @@  XSERVER_XORG_SERVER_DEPENDENCIES = 	\
 	xkeyboard-config		\
 	pixman 				\
 	mcookie 			\
+	host-xfont_font-util		\
 	host-pkgconf
 
 XSERVER_XORG_SERVER_CONF_OPT = --disable-config-hal \