From: Paulius Zaleckas <paulius.zaleckas@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] libXtst depends on libXi
Date: Thu, 29 Apr 2010 23:00:43 +0300 [thread overview]
Message-ID: <20100429200043.6901.93788.stgit@localhost.localdomain> (raw)
Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
---
package/x11r7/xlib_libXtst/Config.in | 1 +
package/x11r7/xlib_libXtst/xlib_libXtst.mk | 9 +++++++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/package/x11r7/xlib_libXtst/Config.in b/package/x11r7/xlib_libXtst/Config.in
index a8de203..8853bde 100644
--- a/package/x11r7/xlib_libXtst/Config.in
+++ b/package/x11r7/xlib_libXtst/Config.in
@@ -1,6 +1,7 @@
config BR2_PACKAGE_XLIB_LIBXTST
bool "libXtst"
select BR2_PACKAGE_XLIB_LIBX11
+ select BR2_PACKAGE_XLIB_LIBXI
select BR2_PACKAGE_XLIB_LIBXEXT
select BR2_PACKAGE_XPROTO_RECORDPROTO
help
diff --git a/package/x11r7/xlib_libXtst/xlib_libXtst.mk b/package/x11r7/xlib_libXtst/xlib_libXtst.mk
index 7e6427e..e89cf11 100644
--- a/package/x11r7/xlib_libXtst/xlib_libXtst.mk
+++ b/package/x11r7/xlib_libXtst/xlib_libXtst.mk
@@ -7,10 +7,15 @@
XLIB_LIBXTST_VERSION = 1.1.0
XLIB_LIBXTST_SOURCE = libXtst-$(XLIB_LIBXTST_VERSION).tar.bz2
XLIB_LIBXTST_SITE = http://xorg.freedesktop.org/releases/individual/lib
-XLIB_LIBXTST_AUTORECONF = NO
XLIB_LIBXTST_LIBTOOL_PATCH = NO
XLIB_LIBXTST_INSTALL_STAGING = YES
-XLIB_LIBXTST_DEPENDENCIES = xlib_libX11 xlib_libXext xproto_recordproto
+
+XLIB_LIBXTST_DEPENDENCIES = \
+ xlib_libX11 \
+ xlib_libXext \
+ xlib_libXi \
+ xproto_recordproto
+
XLIB_LIBXTST_CONF_OPT = --enable-shared --disable-static
$(eval $(call AUTOTARGETS,package/x11r7,xlib_libXtst))
next reply other threads:[~2010-04-29 20:00 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-29 20:00 Paulius Zaleckas [this message]
2010-05-01 20:13 ` [Buildroot] [PATCH] libXtst depends on libXi Peter Korsgaard
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=20100429200043.6901.93788.stgit@localhost.localdomain \
--to=paulius.zaleckas@gmail.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