From: ninevoltz at uclibc.org <ninevoltz@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/x11r7: xapp_xclock xkeyboard-config xserver_xor etc...
Date: Thu, 24 Apr 2008 06:22:14 -0700 (PDT) [thread overview]
Message-ID: <20080424132214.B024D3C858@busybox.net> (raw)
Author: ninevoltz
Date: 2008-04-24 06:22:14 -0700 (Thu, 24 Apr 2008)
New Revision: 21836
Log:
some fixes for X
Modified:
trunk/buildroot/package/x11r7/xapp_xclock/xapp_xclock.mk
trunk/buildroot/package/x11r7/xkeyboard-config/xkeyboard-config.mk
trunk/buildroot/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk
Changeset:
Modified: trunk/buildroot/package/x11r7/xapp_xclock/xapp_xclock.mk
===================================================================
--- trunk/buildroot/package/x11r7/xapp_xclock/xapp_xclock.mk 2008-04-24 13:18:50 UTC (rev 21835)
+++ trunk/buildroot/package/x11r7/xapp_xclock/xapp_xclock.mk 2008-04-24 13:22:14 UTC (rev 21836)
@@ -10,4 +10,6 @@
XAPP_XCLOCK_AUTORECONF = NO
XAPP_XCLOCK_DEPENDENCIES = xlib_libX11 xlib_libXaw xlib_libXft xlib_libXrender xlib_libxkbfile
+XAPP_XCLOCK_CONF_OPT = LDFLAGS="-liconv"
+
$(eval $(call AUTOTARGETS,package/x11r7,xapp_xclock))
Modified: trunk/buildroot/package/x11r7/xkeyboard-config/xkeyboard-config.mk
===================================================================
--- trunk/buildroot/package/x11r7/xkeyboard-config/xkeyboard-config.mk 2008-04-24 13:18:50 UTC (rev 21835)
+++ trunk/buildroot/package/x11r7/xkeyboard-config/xkeyboard-config.mk 2008-04-24 13:22:14 UTC (rev 21836)
@@ -11,7 +11,7 @@
XKEYBOARD_CONFIG_INSTALL_TARGET = YES
XKEYBOARD_CONFIG_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install
-XKEYBOARD_CONFIG_CONF_OPT =
+XKEYBOARD_CONFIG_CONF_OPT = GMSGFMT=/usr/bin/msgfmt
XKEYBOARD_CONFIG_DEPENDENCIES = uclibc
Modified: trunk/buildroot/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk
===================================================================
--- trunk/buildroot/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk 2008-04-24 13:18:50 UTC (rev 21835)
+++ trunk/buildroot/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk 2008-04-24 13:22:14 UTC (rev 21836)
@@ -28,4 +28,10 @@
XSERVER_XORG_SERVER_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install
+# Optional packages
+ifeq ($(strip $(BR2_PACKAGE_TSLIB)),y)
+XSERVER_XORG_SERVER_DEPENDENCIES += tslib
+XSERVER_XORG_SERVER_CONF_OPT += --enable-tslib LDFLAGS="-lts"
+endif
+
$(eval $(call AUTOTARGETS,package/x11r7,xserver_xorg-server))
next reply other threads:[~2008-04-24 13:22 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-24 13:22 ninevoltz at uclibc.org [this message]
2008-04-24 13:51 ` [Buildroot] svn commit: trunk/buildroot/package/x11r7: xapp_xclock xkeyboard-config xserver_xor etc Peter Korsgaard
2008-04-24 14:36 ` John Voltz
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=20080424132214.B024D3C858@busybox.net \
--to=ninevoltz@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