From: hamish at uclibc.org <hamish@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/x11r7/xserver_xorg-server
Date: Wed, 10 Sep 2008 06:16:24 -0700 (PDT) [thread overview]
Message-ID: <20080910131624.948003C684@busybox.net> (raw)
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
next reply other threads:[~2008-09-10 13:16 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-10 13:16 hamish at uclibc.org [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-12-22 22:10 [Buildroot] svn commit: trunk/buildroot/package/x11r7/xserver_xorg-server 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
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=20080910131624.948003C684@busybox.net \
--to=hamish@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