* [Buildroot] [PATCH v2 1/1] xserver_xorg-server: Depends on host-xfont_font-util
@ 2014-06-11 22:16 Bernd Kuhls
2014-06-12 7:17 ` Thomas Petazzoni
0 siblings, 1 reply; 3+ messages in thread
From: Bernd Kuhls @ 2014-06-11 22:16 UTC (permalink / raw)
To: buildroot
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(+)
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 \
--
1.7.10.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH v2 1/1] xserver_xorg-server: Depends on host-xfont_font-util
2014-06-11 22:16 [Buildroot] [PATCH v2 1/1] xserver_xorg-server: Depends on host-xfont_font-util Bernd Kuhls
@ 2014-06-12 7:17 ` Thomas Petazzoni
2014-06-12 8:11 ` Bernd Kuhls
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2014-06-12 7:17 UTC (permalink / raw)
To: buildroot
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
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH v2 1/1] xserver_xorg-server: Depends on host-xfont_font-util
2014-06-12 7:17 ` Thomas Petazzoni
@ 2014-06-12 8:11 ` Bernd Kuhls
0 siblings, 0 replies; 3+ messages in thread
From: Bernd Kuhls @ 2014-06-12 8:11 UTC (permalink / raw)
To: buildroot
Thomas Petazzoni
<thomas.petazzoni@free-electrons.com> wrote
in news:20140612091745.73abc72f at 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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-06-12 8:11 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-11 22:16 [Buildroot] [PATCH v2 1/1] xserver_xorg-server: Depends on host-xfont_font-util Bernd Kuhls
2014-06-12 7:17 ` Thomas Petazzoni
2014-06-12 8:11 ` Bernd Kuhls
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox