Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] svn commit: trunk/buildroot/package/x11r7: xapp_xclock xkeyboard-config xserver_xor etc...
@ 2008-04-24 13:22 ninevoltz at uclibc.org
  2008-04-24 13:51 ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: ninevoltz at uclibc.org @ 2008-04-24 13:22 UTC (permalink / raw)
  To: buildroot

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))

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/package/x11r7: xapp_xclock xkeyboard-config xserver_xor etc...
  2008-04-24 13:22 [Buildroot] svn commit: trunk/buildroot/package/x11r7: xapp_xclock xkeyboard-config xserver_xor etc ninevoltz at uclibc.org
@ 2008-04-24 13:51 ` Peter Korsgaard
  2008-04-24 14:36   ` John Voltz
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Korsgaard @ 2008-04-24 13:51 UTC (permalink / raw)
  To: buildroot

>>>>> "ninevoltz" == ninevoltz  <ninevoltz@uclibc.org> writes:

 ninevoltz> Author: ninevoltz
 ninevoltz> Date: 2008-04-24 06:22:14 -0700 (Thu, 24 Apr 2008)
 ninevoltz> New Revision: 21836

 ninevoltz> Log:
 ninevoltz> some fixes for X

Could you be more specific in your commit messages? What have you
fixed and why?

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/package/x11r7: xapp_xclock xkeyboard-config xserver_xor etc...
  2008-04-24 13:51 ` Peter Korsgaard
@ 2008-04-24 14:36   ` John Voltz
  0 siblings, 0 replies; 3+ messages in thread
From: John Voltz @ 2008-04-24 14:36 UTC (permalink / raw)
  To: buildroot

Added support for tslib in xserver .
Ubuntu has a problem finding gmsgfmt when building xkeyboard.
And xclock needs to link with libiconv.

On Thu, Apr 24, 2008 at 9:51 AM, Peter Korsgaard <jacmet@uclibc.org> wrote:

> >>>>> "ninevoltz" == ninevoltz  <ninevoltz@uclibc.org> writes:
>
>  ninevoltz> Author: ninevoltz
>  ninevoltz> Date: 2008-04-24 06:22:14 -0700 (Thu, 24 Apr 2008)
>  ninevoltz> New Revision: 21836
>
>  ninevoltz> Log:
>  ninevoltz> some fixes for X
>
> Could you be more specific in your commit messages? What have you
> fixed and why?
>
> --
> Bye, Peter Korsgaard
> _______________________________________________
> buildroot mailing list
> buildroot at uclibc.org
> http://busybox.net/mailman/listinfo/buildroot
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://busybox.net/lists/buildroot/attachments/20080424/b733db96/attachment-0001.htm 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-04-24 14:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-24 13:22 [Buildroot] svn commit: trunk/buildroot/package/x11r7: xapp_xclock xkeyboard-config xserver_xor etc ninevoltz at uclibc.org
2008-04-24 13:51 ` Peter Korsgaard
2008-04-24 14:36   ` John Voltz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox