summaryrefslogtreecommitdiffstats
path: root/rules/xorg-server.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2014-08-07 09:25:14 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-08-08 15:04:43 +0200
commit654880c3c878fb2eb79f9553158eecbcd9428f76 (patch)
tree53d2f2536eda92cf10c0f901ed174d792b96274a /rules/xorg-server.in
parentc822bdc32dae5c3d7ad8d96bfc885c4e4c863c3d (diff)
downloadptxdist-654880c3c878fb2eb79f9553158eecbcd9428f76.tar.gz
ptxdist-654880c3c878fb2eb79f9553158eecbcd9428f76.tar.xz
xorg-server: version bump 1.12.2 -> 1.16.0
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/xorg-server.in')
-rw-r--r--rules/xorg-server.in47
1 files changed, 47 insertions, 0 deletions
diff --git a/rules/xorg-server.in b/rules/xorg-server.in
index 68a2b6a1b..46902f5ff 100644
--- a/rules/xorg-server.in
+++ b/rules/xorg-server.in
@@ -64,6 +64,13 @@ menuconfig XORG_SERVER
select XORG_PROTO_DRI2 if XORG_SERVER_EXT_DRI2
select LIBDRM if XORG_SERVER_EXT_DRI2
+ # dri3 triggered
+ select XORG_PROTO_DRI3 if XORG_SERVER_EXT_DRI3
+ select LIBDRM if XORG_SERVER_EXT_DRI3
+ select XORG_LIB_XSHMFENCE if XORG_SERVER_EXT_DRI3
+
+ select XORG_PROTO_PRESENT if XORG_SERVER_EXT_PRESENT
+
# xdmcp extension
select XORG_LIB_XDMCP if XORG_SERVER_EXT_XDMCP
@@ -77,6 +84,16 @@ menuconfig XORG_SERVER
select XORG_PROTO_XF86DGA if XORG_SERVER_XORG
select XORG_PROTO_XF86VIDMODE if XORG_SERVER_XORG && XORG_SERVER_EXT_XF86VIDMODE
+ # xwayland ddx
+ select WAYLAND if XORG_SERVER_XWAYLAND
+ select LIBDRM if XORG_SERVER_XWAYLAND
+ select LIBEPOXY if XORG_SERVER_XWAYLAND
+
+ # glamor module
+ select LIBEPOXY if XORG_SERVER_GLAMOR
+ select MESALIB if XORG_SERVER_GLAMOR
+ select MESALIB_GBM if XORG_SERVER_GLAMOR
+
# xv triggered
select XORG_LIB_XV if XORG_SERVER_EXT_XV
@@ -184,6 +201,11 @@ config XORG_SERVER_XNEST
A X server working on a running X server. Disadvantage is Xnest
supports only features the running X server itself supports.
+config XORG_SERVER_XWAYLAND
+ bool
+ prompt "Xwayland server"
+ help
+
config XORG_SERVER_XWIN
bool
depends on BROKEN
@@ -417,6 +439,23 @@ config XORG_SERVER_EXT_DRI2
Currently the build scripts needs DRI disabled when crosscompiling,
else they try to detect the DRI hardware on your host.
+config XORG_SERVER_EXT_DRI3
+ bool
+ select XORG_SERVER_LIBDRM
+ prompt "dri3 extension"
+ help
+ Enable support for the Direct Rendering Infrastructure 3 to get 3D
+ accelerations support.
+
+config XORG_SERVER_EXT_PRESENT
+ bool
+ prompt "present extension"
+ help
+ The Present extension provides a way for applications to update
+ their window contents from a pixmap in a well defined fashion,
+ synchronizing with the display refresh and potentially using a
+ more efficient mechanism than copying the contents of the source pixmap.
+
config XORG_SERVER_EXT_XINERAMA
bool
prompt "xinerama extension"
@@ -465,6 +504,14 @@ config XORG_SERVER_EXT_DPMS
help
FIXME
+config XORG_SERVER_GLAMOR
+ bool
+ prompt "glamor module"
+ help
+ The glamor module is an open-source 2D graphics common driver
+ for the X Window System as implemented by X.org. It supports a
+ variety of graphics chipsets which have OpenGL/EGL/GBM supports.
+
endmenu
# ----------------------------------------------------------------------------