Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 03/34] x11r7/xcb-util-wm: new package
Date: Wed, 06 Mar 2013 21:59:25 +0100	[thread overview]
Message-ID: <87d2vc6y8i.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <1362601396-32250-4-git-send-email-thomas.petazzoni@free-electrons.com> (Thomas Petazzoni's message of "Wed, 6 Mar 2013 21:22:45 +0100")

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 Thomas> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
 Thomas> ---
 Thomas>  package/x11r7/Config.in                  |    1 +
 Thomas>  package/x11r7/xcb-util-wm/Config.in      |   15 +++++++++++++++
 Thomas>  package/x11r7/xcb-util-wm/xcb-util-wm.mk |   13 +++++++++++++
 Thomas>  3 files changed, 29 insertions(+)
 Thomas>  create mode 100644 package/x11r7/xcb-util-wm/Config.in
 Thomas>  create mode 100644 package/x11r7/xcb-util-wm/xcb-util-wm.mk

 Thomas> diff --git a/package/x11r7/Config.in b/package/x11r7/Config.in
 Thomas> index 706574c..2abd593 100644
 Thomas> --- a/package/x11r7/Config.in
 Thomas> +++ b/package/x11r7/Config.in
 Thomas> @@ -16,6 +16,7 @@ if BR2_PACKAGE_XORG7
 Thomas>  		source package/x11r7/mesa3d/Config.in
 Thomas>  		source package/x11r7/xcb-util/Config.in
 Thomas>  		source package/x11r7/xcb-util-keysyms/Config.in
 Thomas> +		source package/x11r7/xcb-util-wm/Config.in
 Thomas>  		source package/x11r7/xlib_libFS/Config.in
 Thomas>  		source package/x11r7/xlib_libICE/Config.in
 Thomas>  		source package/x11r7/xlib_libSM/Config.in
 Thomas> diff --git a/package/x11r7/xcb-util-wm/Config.in b/package/x11r7/xcb-util-wm/Config.in
 Thomas> new file mode 100644
 Thomas> index 0000000..491e7a3
 Thomas> --- /dev/null
 Thomas> +++ b/package/x11r7/xcb-util-wm/Config.in
 Thomas> @@ -0,0 +1,15 @@
 Thomas> +config BR2_PACKAGE_XCB_UTIL_WM
 Thomas> +	bool "xcb-util-wm"
 Thomas> +	help

Doesn't this need to depend on libxcb or atleast host-pkgconf?

checking for XCB... no
configure: error: in `/home/peko/source/buildroot/output/build/xcb-util-wm-0.3.9':
configure: error: The pkg-config script could not be found or is too old.  Make sure it
is in your PATH or set the PKG_CONFIG environment variable to the full
path to pkg-config.

Alternatively, you may set the environment variables XCB_CFLAGS
and XCB_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

To get pkg-config, see <http://pkg-config.freedesktop.org/>.
See `config.log' for more details
make: *** [/home/peko/source/buildroot/output/build/xcb-util-wm-0.3.9/.stamp_configured] Error 1

-- 
Bye, Peter Korsgaard

  reply	other threads:[~2013-03-06 20:59 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-06 20:22 [Buildroot] [PATCH v2] Add Qt5 packages Thomas Petazzoni
2013-03-06 20:22 ` [Buildroot] [PATCH 01/34] pcre: add support for 16 bits and 32 bits variants Thomas Petazzoni
2013-03-06 20:54   ` Peter Korsgaard
2013-03-06 20:22 ` [Buildroot] [PATCH 02/34] x11r7/xcb-util: bump to 0.3.9 Thomas Petazzoni
2013-03-06 20:54   ` Peter Korsgaard
2013-03-06 20:22 ` [Buildroot] [PATCH 03/34] x11r7/xcb-util-wm: new package Thomas Petazzoni
2013-03-06 20:59   ` Peter Korsgaard [this message]
2013-03-06 20:22 ` [Buildroot] [PATCH 04/34] x11r7/xcb-util-image: " Thomas Petazzoni
2013-03-06 21:00   ` Peter Korsgaard
2013-03-06 20:22 ` [Buildroot] [PATCH 05/34] package: create virtual package for libGLES, libOpenVG and libEGL Thomas Petazzoni
2013-03-06 21:10   ` Peter Korsgaard
2013-03-06 21:27     ` Thomas Petazzoni
2013-03-06 21:37       ` Peter Korsgaard
2013-03-06 20:22 ` [Buildroot] [PATCH 06/34] rpi-userland: provides OpenGL ES, EGL and OpenVG Thomas Petazzoni
2013-03-06 21:23   ` Peter Korsgaard
2013-03-06 20:22 ` [Buildroot] [PATCH 07/34] rpi-userland: add .pc files for OpenGLESv2 and EGL libs Thomas Petazzoni
2013-03-06 20:22 ` [Buildroot] [PATCH 08/34] rpi-userland: add bcm_host to egl.pc Thomas Petazzoni
2013-03-06 20:22 ` [Buildroot] [PATCH 09/34] efl/libeet, efl/libevas: use host-libjpeg instead of host-jpeg Thomas Petazzoni
2013-03-06 20:22 ` [Buildroot] [PATCH 10/34] jpeg: convert to a real package Thomas Petazzoni
2013-03-06 20:22 ` [Buildroot] [PATCH 11/34] qt5: base infrastructure Thomas Petazzoni
2013-03-06 20:22 ` [Buildroot] [PATCH 12/34] qt5: add macro to fixup Qt5 .la and .prl files Thomas Petazzoni
2013-03-06 20:22 ` [Buildroot] [PATCH 13/34] qt5base: new package Thomas Petazzoni
2013-03-07  6:00   ` Alexander Lukichev
2013-03-07  8:33     ` Thomas Petazzoni
2013-03-06 20:22 ` [Buildroot] [PATCH 14/34] qt5base: add GUI support Thomas Petazzoni
2013-03-07 13:10   ` Lionel Orry
2013-03-07 13:11     ` Thomas Petazzoni
2013-03-07 13:14       ` Lionel Orry
2013-03-07 13:17         ` Thomas Petazzoni
2013-03-06 20:22 ` [Buildroot] [PATCH 15/34] qt5base: support debug or release modes Thomas Petazzoni
2013-03-06 20:22 ` [Buildroot] [PATCH 16/34] qt5base: add OpenSSL support Thomas Petazzoni
2013-03-06 20:22 ` [Buildroot] [PATCH 17/34] qt5base: add eglfs graphics backend Thomas Petazzoni
2013-03-06 20:23 ` [Buildroot] [PATCH 18/34] qt5base: add support for fontconfig, png, jpeg, gif Thomas Petazzoni
2013-03-06 20:23 ` [Buildroot] [PATCH 19/34] qt5base: add D-Bus support Thomas Petazzoni
2013-03-06 20:23 ` [Buildroot] [PATCH 20/34] qt5base: add glib support Thomas Petazzoni
2013-03-06 20:23 ` [Buildroot] [PATCH 21/34] qt5base: add support to build against ICU Thomas Petazzoni
2013-03-06 20:23 ` [Buildroot] [PATCH 22/34] qt5base: add rPi EGL glue code Thomas Petazzoni
2013-03-06 20:23 ` [Buildroot] [PATCH 23/34] qt5base: install bundled fonts to target Thomas Petazzoni
2013-03-06 20:23 ` [Buildroot] [PATCH 24/34] qt5: factor Qt5 version Thomas Petazzoni
2013-03-06 20:23 ` [Buildroot] [PATCH 25/34] qt5/qt5svg: new package Thomas Petazzoni
2013-03-06 20:23 ` [Buildroot] [PATCH 26/34] qt5/qt5script: " Thomas Petazzoni
2013-03-06 20:23 ` [Buildroot] [PATCH 27/34] qt5/qt5imageformats: " Thomas Petazzoni
2013-03-06 20:23 ` [Buildroot] [PATCH 28/34] qt5/qt5xmlpatterns: " Thomas Petazzoni
2013-03-06 20:23 ` [Buildroot] [PATCH 29/34] qt5/qt5jsbackend: " Thomas Petazzoni
2013-03-06 20:23 ` [Buildroot] [PATCH 30/34] qt5/qt5declarative: " Thomas Petazzoni
2013-03-06 20:23 ` [Buildroot] [PATCH 31/34] qt5/qt5graphicaleffects: " Thomas Petazzoni
2013-03-06 20:23 ` [Buildroot] [PATCH 32/34] qt5/qt5multimedia: " Thomas Petazzoni
2013-03-06 20:23 ` [Buildroot] [PATCH 33/34] qt5/qt5quick1: " Thomas Petazzoni
2013-03-06 20:23 ` [Buildroot] [PATCH 34/34] qt5/qt5webkit: " Thomas Petazzoni

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=87d2vc6y8i.fsf@dell.be.48ers.dk \
    --to=jacmet@uclibc.org \
    --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