* [Buildroot] svn commit: trunk/buildroot/package/x11r7/xserver_xorg-server
@ 2008-05-01 14:03 ninevoltz at uclibc.org
0 siblings, 0 replies; 13+ messages in thread
From: ninevoltz at uclibc.org @ 2008-05-01 14:03 UTC (permalink / raw)
To: buildroot
Author: ninevoltz
Date: 2008-05-01 07:03:20 -0700 (Thu, 01 May 2008)
New Revision: 21905
Log:
patch for xserver tslib support
Added:
trunk/buildroot/package/x11r7/xserver_xorg-server/xserver_xorg-server-1.4-tslib-fix.patch
Changeset:
Added: trunk/buildroot/package/x11r7/xserver_xorg-server/xserver_xorg-server-1.4-tslib-fix.patch
===================================================================
--- trunk/buildroot/package/x11r7/xserver_xorg-server/xserver_xorg-server-1.4-tslib-fix.patch (rev 0)
+++ trunk/buildroot/package/x11r7/xserver_xorg-server/xserver_xorg-server-1.4-tslib-fix.patch 2008-05-01 14:03:20 UTC (rev 21905)
@@ -0,0 +1,9 @@
+--- a/configure 2008-03-18 12:07:31.000000000 -0400
++++ b/configure 2008-03-18 16:13:03.000000000 -0400
+@@ -35720,7 +35720,7 @@ _ACEOF
+ ;;
+ esac
+ KDRIVE_STUB_LIB='$(top_builddir)/hw/kdrive/src/libkdrivestubs.a'
+- KDRIVE_LOCAL_LIBS="$DIX_LIB $CONFIG_LIB $KDRIVE_LIB $TSLIB_LIBS $KDRIVE_OS_LIB $KDRIVE_PURE_LIBS $KDRIVE_STUB_LIB"
++ KDRIVE_LOCAL_LIBS="$DIX_LIB $CONFIG_LIB $KDRIVE_LIB $KDRIVE_OS_LIB $KDRIVE_PURE_LIBS $KDRIVE_STUB_LIB"
+ KDRIVE_LIBS="$XSERVERLIBS_LIBS $KDRIVE_LOCAL_LIBS"
\ No newline at end of file
^ permalink raw reply [flat|nested] 13+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/x11r7/xserver_xorg-server
@ 2008-05-01 19:16 ninevoltz at uclibc.org
0 siblings, 0 replies; 13+ messages in thread
From: ninevoltz at uclibc.org @ 2008-05-01 19:16 UTC (permalink / raw)
To: buildroot
Author: ninevoltz
Date: 2008-05-01 12:16:49 -0700 (Thu, 01 May 2008)
New Revision: 21914
Log:
fix broken patch
Modified:
trunk/buildroot/package/x11r7/xserver_xorg-server/xserver_xorg-server-1.4-tslib-fix.patch
Changeset:
Modified: trunk/buildroot/package/x11r7/xserver_xorg-server/xserver_xorg-server-1.4-tslib-fix.patch
===================================================================
--- trunk/buildroot/package/x11r7/xserver_xorg-server/xserver_xorg-server-1.4-tslib-fix.patch 2008-05-01 19:07:58 UTC (rev 21913)
+++ trunk/buildroot/package/x11r7/xserver_xorg-server/xserver_xorg-server-1.4-tslib-fix.patch 2008-05-01 19:16:49 UTC (rev 21914)
@@ -6,4 +6,6 @@
KDRIVE_STUB_LIB='$(top_builddir)/hw/kdrive/src/libkdrivestubs.a'
- KDRIVE_LOCAL_LIBS="$DIX_LIB $CONFIG_LIB $KDRIVE_LIB $TSLIB_LIBS $KDRIVE_OS_LIB $KDRIVE_PURE_LIBS $KDRIVE_STUB_LIB"
+ KDRIVE_LOCAL_LIBS="$DIX_LIB $CONFIG_LIB $KDRIVE_LIB $KDRIVE_OS_LIB $KDRIVE_PURE_LIBS $KDRIVE_STUB_LIB"
- KDRIVE_LIBS="$XSERVERLIBS_LIBS $KDRIVE_LOCAL_LIBS"
\ No newline at end of file
+ KDRIVE_LIBS="$XSERVERLIBS_LIBS $KDRIVE_LOCAL_LIBS"
+
+ # check if we can build Xephyr
^ permalink raw reply [flat|nested] 13+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/x11r7/xserver_xorg-server
@ 2008-06-30 13:14 jacmet at uclibc.org
0 siblings, 0 replies; 13+ messages in thread
From: jacmet at uclibc.org @ 2008-06-30 13:14 UTC (permalink / raw)
To: buildroot
Author: jacmet
Date: 2008-06-30 06:14:44 -0700 (Mon, 30 Jun 2008)
New Revision: 22569
Log:
x11r7: bump xserver version
Based on googlecode r561 by John Voltz.
Modified:
trunk/buildroot/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk
Changeset:
Modified: trunk/buildroot/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk
===================================================================
--- trunk/buildroot/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk 2008-06-30 13:12:11 UTC (rev 22568)
+++ trunk/buildroot/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk 2008-06-30 13:14:44 UTC (rev 22569)
@@ -4,7 +4,7 @@
#
################################################################################
-XSERVER_XORG_SERVER_VERSION = 1.4
+XSERVER_XORG_SERVER_VERSION = 1.4.1
XSERVER_XORG_SERVER_SOURCE = xorg-server-$(XSERVER_XORG_SERVER_VERSION).tar.bz2
XSERVER_XORG_SERVER_SITE = http://xorg.freedesktop.org/releases/individual/xserver
XSERVER_XORG_SERVER_AUTORECONF = NO
^ permalink raw reply [flat|nested] 13+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/x11r7/xserver_xorg-server
@ 2008-06-30 13:20 jacmet at uclibc.org
0 siblings, 0 replies; 13+ messages in thread
From: jacmet at uclibc.org @ 2008-06-30 13:20 UTC (permalink / raw)
To: buildroot
Author: jacmet
Date: 2008-06-30 06:18:32 -0700 (Mon, 30 Jun 2008)
New Revision: 22572
Log:
xserver-xorg: select dbus
xserver-xorg had dbus in it's dependencies, but didn't select it in kconfig.
Modified:
trunk/buildroot/package/x11r7/xserver_xorg-server/Config.in
Changeset:
Modified: trunk/buildroot/package/x11r7/xserver_xorg-server/Config.in
===================================================================
--- trunk/buildroot/package/x11r7/xserver_xorg-server/Config.in 2008-06-30 13:16:18 UTC (rev 22571)
+++ trunk/buildroot/package/x11r7/xserver_xorg-server/Config.in 2008-06-30 13:18:32 UTC (rev 22572)
@@ -10,6 +10,7 @@
select BR2_PACKAGE_XPROTO_GLPROTO
select BR2_PACKAGE_XPROTO_KBPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
+ select BR2_PACKAGE_DBUS
select BR2_PACKAGE_FREETYPE
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXAU
^ permalink raw reply [flat|nested] 13+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/x11r7/xserver_xorg-server
@ 2008-07-01 8:51 jacmet at uclibc.org
0 siblings, 0 replies; 13+ messages in thread
From: jacmet at uclibc.org @ 2008-07-01 8:51 UTC (permalink / raw)
To: buildroot
Author: jacmet
Date: 2008-07-01 01:51:25 -0700 (Tue, 01 Jul 2008)
New Revision: 22579
Log:
xserver: disable xephyr/xnest/xvfb servers
Disable development xephyr/xnest/xvfb servers (saves ~3MB).
Modified:
trunk/buildroot/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk
Changeset:
Modified: trunk/buildroot/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk
===================================================================
--- trunk/buildroot/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk 2008-07-01 01:57:36 UTC (rev 22578)
+++ trunk/buildroot/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk 2008-07-01 08:51:25 UTC (rev 22579)
@@ -36,10 +36,13 @@
xproto_resourceproto xproto_trapproto xproto_videoproto xproto_xcmiscproto \
xproto_xextproto xproto_xf86bigfontproto xproto_xf86dgaproto xproto_xf86driproto \
xproto_xf86miscproto xproto_xf86rushproto xproto_xf86vidmodeproto xproto_xproto \
- pixman dbus $(XSERVER_XORG_MESA_DEPS) mcookie
+ pixman dbus $(XSERVER_XORG_MESA_DEPS) mcookie
-XSERVER_XORG_SERVER_CONF_OPT = $(XSERVER_XORG_ENABLE_KDRIVE) --enable-freetype $(XSERVER_XORG_ENABLE_MODULAR) \
- --disable-config-hal $(XSERVER_XORG_MESA_DIR) CFLAGS="-I$(STAGING_DIR)/usr/include/pixman-1"
+XSERVER_XORG_SERVER_CONF_OPT = $(XSERVER_XORG_ENABLE_KDRIVE)
+ --enable-freetype $(XSERVER_XORG_ENABLE_MODULAR) \
+ --disable-config-hal $(XSERVER_XORG_MESA_DIR) \
+ --disable-xnest --disable-xephyr --disable-xvfb \
+ CFLAGS="-I$(STAGING_DIR)/usr/include/pixman-1"
XSERVER_XORG_SERVER_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) install install-data
XSERVER_XORG_SERVER_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install
^ permalink raw reply [flat|nested] 13+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/x11r7/xserver_xorg-server
@ 2008-07-01 11:46 jacmet at uclibc.org
0 siblings, 0 replies; 13+ messages in thread
From: jacmet at uclibc.org @ 2008-07-01 11:46 UTC (permalink / raw)
To: buildroot
Author: jacmet
Date: 2008-07-01 04:46:50 -0700 (Tue, 01 Jul 2008)
New Revision: 22585
Log:
xserver: fix typo
Modified:
trunk/buildroot/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk
Changeset:
Modified: trunk/buildroot/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk
===================================================================
--- trunk/buildroot/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk 2008-07-01 11:11:24 UTC (rev 22584)
+++ trunk/buildroot/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk 2008-07-01 11:46:50 UTC (rev 22585)
@@ -38,7 +38,7 @@
xproto_xf86miscproto xproto_xf86rushproto xproto_xf86vidmodeproto xproto_xproto \
pixman dbus $(XSERVER_XORG_MESA_DEPS) mcookie
-XSERVER_XORG_SERVER_CONF_OPT = $(XSERVER_XORG_ENABLE_KDRIVE)
+XSERVER_XORG_SERVER_CONF_OPT = $(XSERVER_XORG_ENABLE_KDRIVE) \
--enable-freetype $(XSERVER_XORG_ENABLE_MODULAR) \
--disable-config-hal $(XSERVER_XORG_MESA_DIR) \
--disable-xnest --disable-xephyr --disable-xvfb \
^ permalink raw reply [flat|nested] 13+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/x11r7/xserver_xorg-server
@ 2008-09-10 13:16 hamish at uclibc.org
0 siblings, 0 replies; 13+ messages in thread
From: hamish at uclibc.org @ 2008-09-10 13:16 UTC (permalink / raw)
To: buildroot
Author: hamish
Date: 2008-09-10 06:16:23 -0700 (Wed, 10 Sep 2008)
New Revision: 23371
Log:
Applied patch from Michel Wilson to allow the cursor in the X root window to
be disabled. Unfortunately this is a compile-time option.
Modified:
trunk/buildroot/package/x11r7/xserver_xorg-server/Config.in
trunk/buildroot/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk
Changeset:
Modified: trunk/buildroot/package/x11r7/xserver_xorg-server/Config.in
===================================================================
--- trunk/buildroot/package/x11r7/xserver_xorg-server/Config.in 2008-09-09 16:55:27 UTC (rev 23370)
+++ trunk/buildroot/package/x11r7/xserver_xorg-server/Config.in 2008-09-10 13:16:23 UTC (rev 23371)
@@ -52,3 +52,9 @@
help
xorg-server 1.4
No description available
+
+config BR2_PACKAGE_XSERVER_XORG_SERVER_NULL_CURSOR
+ bool "Null root cursor"
+ depends on BR2_PACKAGE_XSERVER_XORG_SERVER
+ help
+ Don't display root cursor.
Modified: trunk/buildroot/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk
===================================================================
--- trunk/buildroot/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk 2008-09-09 16:55:27 UTC (rev 23370)
+++ trunk/buildroot/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk 2008-09-10 13:16:23 UTC (rev 23371)
@@ -24,6 +24,12 @@
XSERVER_XORG_ENABLE_KDRIVE:=--disable-kdrive --disable-xfbdev
endif
+ifeq ($(strip $(BR2_PACKAGE_XSERVER_XORG_SERVER_NULL_CURSOR)),y)
+XSERVER_XORG_NULL_CURSOR:=--enable-null-root-cursor
+else
+XSERVER_XORG_NULL_CURSOR:=--disable-null-root-cursor
+endif
+
XSERVER_XORG_SERVER_DEPENDENCIES = freetype xutil_util-macros xlib_libXfont libdrm xlib_libxkbui \
xproto_compositeproto xproto_damageproto xproto_fixesproto \
xproto_glproto xproto_kbproto xproto_randrproto freetype \
@@ -42,6 +48,7 @@
--enable-freetype $(XSERVER_XORG_ENABLE_MODULAR) \
--disable-config-hal $(XSERVER_XORG_MESA_DIR) \
--disable-xnest --disable-xephyr --disable-xvfb \
+ $(XSERVER_XORG_NULL_CURSOR)
CFLAGS="-I$(STAGING_DIR)/usr/include/pixman-1"
XSERVER_XORG_SERVER_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) install install-data
^ permalink raw reply [flat|nested] 13+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/x11r7/xserver_xorg-server
@ 2008-09-30 7:32 egtvedt at uclibc.org
0 siblings, 0 replies; 13+ messages in thread
From: egtvedt at uclibc.org @ 2008-09-30 7:32 UTC (permalink / raw)
To: buildroot
Author: egtvedt
Date: 2008-09-30 00:32:52 -0700 (Tue, 30 Sep 2008)
New Revision: 23562
Log:
xserver_xorg-server: fix missing backslash on end of CONF_OPT
This patch adds a missing backslash on a line in the middle of the list of
XSERVER_XORG_SERVER_CONF_OPT.
Reported-by: Sebastian Matuschka <Sebastian.Matuschka@gcd-solutions.de>
Modified:
trunk/buildroot/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk
Changeset:
Modified: trunk/buildroot/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk
===================================================================
--- trunk/buildroot/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk 2008-09-30 07:29:35 UTC (rev 23561)
+++ trunk/buildroot/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk 2008-09-30 07:32:52 UTC (rev 23562)
@@ -48,7 +48,7 @@
--enable-freetype $(XSERVER_XORG_ENABLE_MODULAR) \
--disable-config-hal $(XSERVER_XORG_MESA_DIR) \
--disable-xnest --disable-xephyr --disable-xvfb \
- $(XSERVER_XORG_NULL_CURSOR)
+ $(XSERVER_XORG_NULL_CURSOR) \
CFLAGS="-I$(STAGING_DIR)/usr/include/pixman-1"
XSERVER_XORG_SERVER_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) install install-data
^ permalink raw reply [flat|nested] 13+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/x11r7/xserver_xorg-server
@ 2008-10-19 21:49 jacmet at uclibc.org
0 siblings, 0 replies; 13+ messages in thread
From: jacmet at uclibc.org @ 2008-10-19 21:49 UTC (permalink / raw)
To: buildroot
Author: jacmet
Date: 2008-10-19 14:49:02 -0700 (Sun, 19 Oct 2008)
New Revision: 23729
Log:
x11r7/xserver: use install-strip for target install
Modified:
trunk/buildroot/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk
Changeset:
Modified: trunk/buildroot/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk
===================================================================
--- trunk/buildroot/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk 2008-10-19 21:48:58 UTC (rev 23728)
+++ trunk/buildroot/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk 2008-10-19 21:49:02 UTC (rev 23729)
@@ -52,7 +52,7 @@
CFLAGS="-I$(STAGING_DIR)/usr/include/pixman-1"
XSERVER_XORG_SERVER_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) install install-data
-XSERVER_XORG_SERVER_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install
+XSERVER_XORG_SERVER_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install-strip
# Optional packages
ifeq ($(strip $(BR2_PACKAGE_TSLIB)),y)
^ permalink raw reply [flat|nested] 13+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/x11r7/xserver_xorg-server
@ 2008-10-21 19:44 jacmet at uclibc.org
0 siblings, 0 replies; 13+ messages in thread
From: jacmet at uclibc.org @ 2008-10-21 19:44 UTC (permalink / raw)
To: buildroot
Author: jacmet
Date: 2008-10-21 12:44:57 -0700 (Tue, 21 Oct 2008)
New Revision: 23760
Log:
x11r7/xserver: bump version
Modified:
trunk/buildroot/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk
Changeset:
Modified: trunk/buildroot/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk
===================================================================
--- trunk/buildroot/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk 2008-10-21 18:50:49 UTC (rev 23759)
+++ trunk/buildroot/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk 2008-10-21 19:44:57 UTC (rev 23760)
@@ -4,7 +4,7 @@
#
################################################################################
-XSERVER_XORG_SERVER_VERSION = 1.4.1
+XSERVER_XORG_SERVER_VERSION = 1.4.2
XSERVER_XORG_SERVER_SOURCE = xorg-server-$(XSERVER_XORG_SERVER_VERSION).tar.bz2
XSERVER_XORG_SERVER_SITE = http://xorg.freedesktop.org/releases/individual/xserver
XSERVER_XORG_SERVER_AUTORECONF = NO
^ permalink raw reply [flat|nested] 13+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/x11r7/xserver_xorg-server
@ 2008-10-23 10:24 jacmet at uclibc.org
0 siblings, 0 replies; 13+ messages in thread
From: jacmet at uclibc.org @ 2008-10-23 10:24 UTC (permalink / raw)
To: buildroot
Author: jacmet
Date: 2008-10-23 03:24:42 -0700 (Thu, 23 Oct 2008)
New Revision: 23769
Log:
x11r7/xserver: select misc font + font alias
Closes #5684.
Modified:
trunk/buildroot/package/x11r7/xserver_xorg-server/Config.in
Changeset:
Modified: trunk/buildroot/package/x11r7/xserver_xorg-server/Config.in
===================================================================
--- trunk/buildroot/package/x11r7/xserver_xorg-server/Config.in 2008-10-22 20:12:28 UTC (rev 23768)
+++ trunk/buildroot/package/x11r7/xserver_xorg-server/Config.in 2008-10-23 10:24:42 UTC (rev 23769)
@@ -11,6 +11,8 @@
select BR2_PACKAGE_XPROTO_RANDRPROTO
select BR2_PACKAGE_DBUS
select BR2_PACKAGE_FREETYPE
+ select BR2_PACKAGE_XFONT_FONT_ALIAS
+ select BR2_PACKAGE_XFONT_FONT_MISC_MISC
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXAU
select BR2_PACKAGE_XLIB_LIBXAW
^ permalink raw reply [flat|nested] 13+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/x11r7/xserver_xorg-server
@ 2008-10-23 11:58 jacmet at uclibc.org
0 siblings, 0 replies; 13+ messages in thread
From: jacmet at uclibc.org @ 2008-10-23 11:58 UTC (permalink / raw)
To: buildroot
Author: jacmet
Date: 2008-10-23 04:58:50 -0700 (Thu, 23 Oct 2008)
New Revision: 23770
Log:
x11r7/xserver: select cursor font as well
Really closes #5684.
Modified:
trunk/buildroot/package/x11r7/xserver_xorg-server/Config.in
Changeset:
Modified: trunk/buildroot/package/x11r7/xserver_xorg-server/Config.in
===================================================================
--- trunk/buildroot/package/x11r7/xserver_xorg-server/Config.in 2008-10-23 10:24:42 UTC (rev 23769)
+++ trunk/buildroot/package/x11r7/xserver_xorg-server/Config.in 2008-10-23 11:58:50 UTC (rev 23770)
@@ -13,6 +13,7 @@
select BR2_PACKAGE_FREETYPE
select BR2_PACKAGE_XFONT_FONT_ALIAS
select BR2_PACKAGE_XFONT_FONT_MISC_MISC
+ select BR2_PACKAGE_XFONT_FONT_CURSOR_MISC
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXAU
select BR2_PACKAGE_XLIB_LIBXAW
^ permalink raw reply [flat|nested] 13+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/x11r7/xserver_xorg-server
@ 2008-12-22 22:10 jacmet at uclibc.org
0 siblings, 0 replies; 13+ messages in thread
From: jacmet at uclibc.org @ 2008-12-22 22:10 UTC (permalink / raw)
To: buildroot
Author: jacmet
Date: 2008-12-22 22:10:30 +0000 (Mon, 22 Dec 2008)
New Revision: 24511
Log:
x11r7/xserver_xorg: breaks with shared cache
The package overrides CFLAGS, so disable shared cache.
Modified:
trunk/buildroot/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk
Changeset:
Modified: trunk/buildroot/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk
===================================================================
--- trunk/buildroot/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk 2008-12-22 22:10:25 UTC (rev 24510)
+++ trunk/buildroot/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk 2008-12-22 22:10:30 UTC (rev 24511)
@@ -9,6 +9,7 @@
XSERVER_XORG_SERVER_SITE = http://xorg.freedesktop.org/releases/individual/xserver
XSERVER_XORG_SERVER_AUTORECONF = NO
XSERVER_XORG_SERVER_INSTALL_STAGING = YES
+XSERVER_XORG_SERVER_USE_CONFIG_CACHE = NO # overrides CFLAGS
ifeq ($(BR2_PACKAGE_XSERVER_xorg),y)
XSERVER_XORG_MESA_DEPS:=mesa3d
^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2008-12-22 22:10 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-10 13:16 [Buildroot] svn commit: trunk/buildroot/package/x11r7/xserver_xorg-server hamish at uclibc.org
-- strict thread matches above, loose matches on Subject: below --
2008-12-22 22:10 jacmet at uclibc.org
2008-10-23 11:58 jacmet at uclibc.org
2008-10-23 10:24 jacmet at uclibc.org
2008-10-21 19:44 jacmet at uclibc.org
2008-10-19 21:49 jacmet at uclibc.org
2008-09-30 7:32 egtvedt at uclibc.org
2008-07-01 11:46 jacmet at uclibc.org
2008-07-01 8:51 jacmet at uclibc.org
2008-06-30 13:20 jacmet at uclibc.org
2008-06-30 13:14 jacmet at uclibc.org
2008-05-01 19:16 ninevoltz at uclibc.org
2008-05-01 14:03 ninevoltz at uclibc.org
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox