From: Romain Naour <romain.naour@openwide.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 28/32] package/x11r7/xlib_libXpresent: new package
Date: Sat, 11 Jul 2015 15:12:33 +0200 [thread overview]
Message-ID: <55A11641.3080802@openwide.fr> (raw)
In-Reply-To: <20150418145901.7849d444@free-electrons.com>
Hi Bernd, Thomas, all
Le 18/04/2015 14:59, Thomas Petazzoni a ?crit :
> Dear Bernd Kuhls,
>
> On Sat, 18 Apr 2015 14:40:40 +0200, Bernd Kuhls wrote:
>
>> diff --git a/package/x11r7/xlib_libXpresent/Config.in b/package/x11r7/xlib_libXpresent/Config.in
>> new file mode 100644
>> index 0000000..f9cad60
>> --- /dev/null
>> +++ b/package/x11r7/xlib_libXpresent/Config.in
>> @@ -0,0 +1,14 @@
>> +config BR2_PACKAGE_XLIB_LIBXPRESENT
>> + bool "libXpresent"
>> + select BR2_PACKAGE_XLIB_LIBX11
>> + select BR2_PACKAGE_XLIB_LIBXEXT
>> + select BR2_PACKAGE_XLIB_LIBXFIXES
>> + select BR2_PACKAGE_XLIB_LIBXRANDR
>> + select BR2_PACKAGE_XPROTO_PRESENTPROTO
>> + select BR2_PACKAGE_XPROTO_XPROTO
By looking at the configure.ac, it seems that libXpresent depends only on
xproto-presentproto.
I missed your patch, so I have packaged my own version for my efl-1.14 branch:
https://github.com/RomainNaour/buildroot/commit/59b59baf6a2d17db9a0ede6677879f686bf3bb79
It build fine with only xlib_libX11 and xproto_presentproto as dependency.
>> + help
>> + X Present Extension C Library
>> + This package contains header files and documentation for the Present
>> + extension. Library and server implementations are separate.
>
> This seems weird. The package is named "xlib_libXpresent", but it does
> not contain the library? This description looks more like a xproto*
> description than a xlib* description.
You can use the description from the debian package:
https://ftp-master.debian.org/new/libxpresent_1.0.0-1.html
>
>> +$(eval $(host-autotools-package))
>
> Why is a host package needed?
As I can say, libXpresent doesn't need a host package to build.
Best regards,
Romain Naour
>
> Thanks!
>
> Thomas
>
next prev parent reply other threads:[~2015-07-11 13:12 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-18 12:40 [Buildroot] [PATCH 01/32] package/x11r7/xcb-util-renderutil: new package Bernd Kuhls
2015-04-18 12:40 ` [Buildroot] [PATCH 02/32] package/x11r7/xcb-util-cursor: " Bernd Kuhls
2015-04-18 16:38 ` Thomas Petazzoni
2015-04-19 9:03 ` Bernd Kuhls
2015-04-19 12:44 ` Thomas Petazzoni
2015-04-18 12:40 ` [Buildroot] [PATCH 03/32] package/x11r7/xlib_libXdmcp: bump to version 1.1.2 Bernd Kuhls
2015-04-18 12:40 ` [Buildroot] [PATCH 04/32] package/x11r7/xdriver_xf86-input-synaptics: bump version to 1.8.2 Bernd Kuhls
2015-04-18 12:40 ` [Buildroot] [PATCH 05/32] package/x11r7/xdriver_xf86-input-evdev: bump version to 2.9.2 Bernd Kuhls
2015-04-18 12:40 ` [Buildroot] [PATCH 06/32] package/x11r7/xdriver_xf86-video-trident: bump version to 1.3.7, add hash Bernd Kuhls
2015-04-18 12:40 ` [Buildroot] [PATCH 07/32] package/x11r7/xdriver_xf86-input-vmmouse: " Bernd Kuhls
2015-04-18 12:40 ` [Buildroot] [PATCH 08/32] package/x11r7/xdriver_xf86-input-keyboard: bump version to 1.8.1, " Bernd Kuhls
2015-04-18 16:29 ` Bernd Kuhls
2015-04-18 16:40 ` Bernd Kuhls
2015-04-18 12:40 ` [Buildroot] [PATCH 09/32] package/x11r7/xapp_setxkbmap: bump version to 1.3.1, " Bernd Kuhls
2015-04-18 12:40 ` [Buildroot] [PATCH 10/32] package/x11r7/xapp_smproxy: bump version to 1.0.6, " Bernd Kuhls
2015-04-18 12:40 ` [Buildroot] [PATCH 11/32] package/x11r7/xapp_twm: bump version to 1.0.9, " Bernd Kuhls
2015-04-18 12:40 ` [Buildroot] [PATCH 12/32] package/x11r7/xapp_x11perf: bump version to 1.6.0, " Bernd Kuhls
2015-04-18 12:40 ` [Buildroot] [PATCH 13/32] package/x11r7/xapp_xcmsdb: bump version to 1.0.5, " Bernd Kuhls
2015-04-18 12:40 ` [Buildroot] [PATCH 14/32] package/x11r7/xapp_xdpyinfo: bump version to 1.3.2, " Bernd Kuhls
2015-04-18 12:40 ` [Buildroot] [PATCH 15/32] package/x11r7/xapp_xdriinfo: bump version to 1.0.5, " Bernd Kuhls
2015-04-18 12:40 ` [Buildroot] [PATCH 16/32] package/x11r7/xapp_xditview: bump version to 1.0.4, " Bernd Kuhls
2015-04-18 12:40 ` [Buildroot] [PATCH 17/32] package/x11r7/xapp_xev: bump version to 1.2.2, " Bernd Kuhls
2015-04-18 12:40 ` [Buildroot] [PATCH 18/32] package/x11r7/xapp_xgamma: bump version to 1.0.6, " Bernd Kuhls
2015-04-18 12:40 ` [Buildroot] [PATCH 19/32] package/x11r7/xapp_xgc: bump version to 1.0.5, " Bernd Kuhls
2015-04-18 12:40 ` [Buildroot] [PATCH 20/32] package/x11r7/xapp_xhost: bump version to 1.0.7, " Bernd Kuhls
2015-04-18 12:40 ` [Buildroot] [PATCH 21/32] package/x11r7/xapp_xkbedv: bump version to 1.1.4, " Bernd Kuhls
2015-04-18 12:40 ` [Buildroot] [PATCH 22/32] package/x11r7/xapp_xkbprint: bump version to 1.0.4, " Bernd Kuhls
2015-04-18 12:40 ` [Buildroot] [PATCH 23/32] package/x11r7/xapp_xlsatoms: bump version to 1.1.2, " Bernd Kuhls
2015-04-18 12:40 ` [Buildroot] [PATCH 24/32] package/x11r7/xapp_xlsfonts: bump version to 1.0.5, " Bernd Kuhls
2015-04-18 12:40 ` [Buildroot] [PATCH 25/32] package/x11r7/xapp_xmag: bump version to 1.0.6, " Bernd Kuhls
2015-04-18 12:40 ` [Buildroot] [PATCH 26/32] package/x11r7/xapp_xmh: bump version to 1.0.3, " Bernd Kuhls
2015-04-18 12:40 ` [Buildroot] [PATCH 27/32] package/x11r7/xapp_xmodmap: bump version to 1.0.9, " Bernd Kuhls
2015-04-18 12:40 ` [Buildroot] [PATCH 28/32] package/x11r7/xlib_libXpresent: new package Bernd Kuhls
2015-04-18 12:59 ` Thomas Petazzoni
2015-07-11 13:12 ` Romain Naour [this message]
2015-04-18 12:40 ` [Buildroot] [PATCH 29/32] package/x11r7/xapp_xcompmgr: " Bernd Kuhls
2015-04-18 12:40 ` [Buildroot] [PATCH 30/32] package/x11r7/xlib_libICE: Add host-pkgconf dependency Bernd Kuhls
2015-04-18 12:40 ` [Buildroot] [PATCH 31/32] package/x11r7/xproto_xproxymanagementprotocol: new package Bernd Kuhls
2015-04-18 12:40 ` [Buildroot] [PATCH 32/32] package/x11r7/xapp_xfindproxy: " Bernd Kuhls
2015-04-18 13:49 ` [Buildroot] [PATCH 01/32] package/x11r7/xcb-util-renderutil: " Romain Naour
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=55A11641.3080802@openwide.fr \
--to=romain.naour@openwide.fr \
--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