Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH/next 13/13] package/x11r7/xserver_xorg-server: add new version 1.19.0
Date: Sun, 27 Nov 2016 22:48:45 +0100	[thread overview]
Message-ID: <20161127224845.3d21e38c@free-electrons.com> (raw)
In-Reply-To: <20161127110616.3451-13-bernd.kuhls@t-online.de>

Hello,

Thanks again for taking care of the X.org stack. Much appreciated!

On Sun, 27 Nov 2016 12:06:16 +0100, Bernd Kuhls wrote:

> +config BR2_PACKAGE_XSERVER_XORG_SERVER_V_1_19
> +	bool "1.19.0"
> +	select BR2_PACKAGE_XSERVER_XORG_SERVER_VIDEODRV_ABI_23
> +	select BR2_PACKAGE_XLIB_LIBXFONT2
> +	select BR2_PACKAGE_XPROTO_PRESENTPROTO
> +
>  config BR2_PACKAGE_XSERVER_XORG_SERVER_V_1_18
>  	bool "1.18.4"
>  	select BR2_PACKAGE_XSERVER_XORG_SERVER_VIDEODRV_ABI_20
> +	select BR2_PACKAGE_XLIB_LIBXFONT
>  	select BR2_PACKAGE_XPROTO_PRESENTPROTO

Why are you keeping version 1.18 ? I think we should remove it.

We keep 1.17 because it's the only one that can work with the AMD
Catalyst driver, and we keep 1.14 because it's the only one that can
work with the NVidia Tegra driver. But 1.18 is not used by any
binary-only driver packaged in Buildroot, so I think we should no
longer support it as soon as we add support for 1.19.


> diff --git a/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk b/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk
> index 51c3efc..0ed215f 100644
> --- a/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk
> +++ b/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk
> @@ -194,6 +194,14 @@ else
>  XSERVER_XORG_SERVER_CONF_OPTS += --disable-record
>  endif
>  
> +ifeq ($(BR2_PACKAGE_XLIB_LIBXFONT2),y)
> +XSERVER_XORG_SERVER_DEPENDENCIES += xlib_libXfont2
> +endif
> +
> +ifeq ($(BR2_PACKAGE_XLIB_LIBXFONT),y)
> +XSERVER_XORG_SERVER_DEPENDENCIES += xlib_libXfont
> +endif

You forgot to remove the xlib_libXfont dependency from the main
XSERVER_XORG_SERVER_DEPENDENCIES definition. So in fact, even on 1.19
where you don't select xlib_libXfont at the Config.in level, it will be
built.

Also, regarding this xlib_libXfont thing, do you know if the other
packages that use it will be updated? We currently have:

  xapp_bdftopcf
  xapp_xfs
  xdriver_xf86-video-qxl

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

      reply	other threads:[~2016-11-27 21:48 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-27 11:06 [Buildroot] [PATCH/next 01/13] package/x11r7/xdriver_xf86-input-joystick: bump version to 1.6.3 Bernd Kuhls
2016-11-27 11:06 ` [Buildroot] [PATCH/next 02/13] package/x11r7/xdriver_xf86-input-keyboard: bump version to 1.9.0 Bernd Kuhls
2016-11-27 11:06 ` [Buildroot] [PATCH/next 03/13] package/x11r7/xdriver_xf86-input-mouse: bump version to 1.9.2 Bernd Kuhls
2016-11-27 11:06 ` [Buildroot] [PATCH/next 04/13] package/x11r7/xdriver_xf86-input-synaptics: bump version to 1.9.0 Bernd Kuhls
2016-11-27 11:06 ` [Buildroot] [PATCH/next 05/13] package/x11r7/xdriver_xf86-video-amdgpu: bump version to 1.2.0 Bernd Kuhls
2016-11-27 11:06 ` [Buildroot] [PATCH/next 06/13] package/x11r7/xdriver_xf86-video-ati: bump version to 7.8.0 Bernd Kuhls
2016-11-27 11:06 ` [Buildroot] [PATCH/next 07/13] package/x11r7/xdriver_xf86-video-openchrome: bump version to 0.5.0 Bernd Kuhls
2016-11-27 11:06 ` [Buildroot] [PATCH/next 08/13] package/x11r7/xdriver_xf86-video-vmware: bump version to 13.2.1 Bernd Kuhls
2016-11-27 11:06 ` [Buildroot] [PATCH/next 09/13] package/x11r7/xdriver_xf86-video-*: mass addition of patches for ABI 23 support (xserver_xorg-server 1.19+) Bernd Kuhls
2016-11-27 11:06 ` [Buildroot] [PATCH/next 10/13] package/x11r7/xdriver_xf86-video-qxl: Add patches for newer xserver_xorg-server releases Bernd Kuhls
2016-11-27 11:06 ` [Buildroot] [PATCH/next 11/13] package/x11r7/xdriver_xf86-video-sis: Add patch for ABI 23 support (xserver_xorg-server 1.19+) Bernd Kuhls
2016-11-27 11:06 ` [Buildroot] [PATCH/next 12/13] package/x11r7/xlib_libXfont2: new package Bernd Kuhls
2016-11-27 21:44   ` Thomas Petazzoni
2016-11-27 11:06 ` [Buildroot] [PATCH/next 13/13] package/x11r7/xserver_xorg-server: add new version 1.19.0 Bernd Kuhls
2016-11-27 21:48   ` Thomas Petazzoni [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20161127224845.3d21e38c@free-electrons.com \
    --to=thomas.petazzoni@free-electrons.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox