summaryrefslogtreecommitdiffstats
path: root/rules/xlibs.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2004-10-10 12:32:46 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2004-10-10 12:32:46 +0000
commit165e53641679ecdc8de1977210f01ffa728efeb0 (patch)
treeb5501de32fbe78c5318016f2a0e74d1f9656e140 /rules/xlibs.in
parent3f5ddaf45b151835804832b71b93529ca839cbda (diff)
downloadptxdist-165e53641679ecdc8de1977210f01ffa728efeb0.tar.gz
ptxdist-165e53641679ecdc8de1977210f01ffa728efeb0.tar.xz
added
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@1834 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/xlibs.in')
-rw-r--r--rules/xlibs.in334
1 files changed, 334 insertions, 0 deletions
diff --git a/rules/xlibs.in b/rules/xlibs.in
new file mode 100644
index 000000000..09066b3f4
--- /dev/null
+++ b/rules/xlibs.in
@@ -0,0 +1,334 @@
+menu "xlibs "
+
+config XLIBS
+ bool
+ prompt "X.org xlibs"
+ help
+ These are the X libraries from the X.org xlibs project.
+
+comment "Base Libraries"
+ depends on XLIBS
+
+config XLIBS_COMPOSITE_EXT
+ bool
+ depends on XLIBS
+ prompt "CompositeExt"
+
+config XLIBS_DAMAGE_EXT
+ bool
+ depends on XLIBS
+ prompt "DamageExt"
+
+config XLIBS_FIXES_EXT
+ bool
+ depends on XLIBS
+ prompt "FixesExt"
+
+config XLIBS_RANDR
+ bool
+ depends on XLIBS
+ prompt "Randr"
+
+config XLIBS_RECORD_EXT
+ bool
+ depends on XLIBS
+ prompt "RecordExt"
+
+config XLIBS_RESOURCE_EXT
+ bool
+ depends on XLIBS
+ prompt "ResourceExt"
+
+# ---
+
+config XLIBS_X11
+ bool
+ depends on XLIBS
+ prompt "X11"
+
+config XLIBS_X11_UNIX_TRANSPORT
+ bool
+ prompt "Unix Transport"
+ depends on XLIBS_X11
+ default y
+
+config XLIBS_X11_TCP_TRANSPORT
+ bool
+ prompt "TCP Transport"
+ depends on XLIBS_X11
+ default y
+
+config XLIBS_X11_IPV6
+ bool
+ prompt "IPv6 Support"
+ depends on XLIBS_X11
+ default no
+
+config XLIBS_X11_XTHREADS
+ bool
+ prompt "Xlib support for multithreading"
+ depends on XLIBS_X11
+ default yes
+
+config XLIBS_X11_XCMS
+ bool
+ prompt "Xlib support for CMS (N=EXPERIMENTAL)"
+ depends on XLIBS_X11
+ default y
+
+config XLIBS_X11_XLOCALE
+ bool
+ prompt "Xlib locale implementation (N=EXPERIMENTAL)"
+ depends on XLIBS_X11
+ default y
+
+config XLIBS_X11_XKB
+ bool
+ prompt "XKB Support (N=EXPERIMENTAL)"
+ depends on XLIBS_X11
+ default y
+
+config XLIBS_X11_XCB
+ bool
+ prompt "Use XCB for low-level protocol implementation"
+ depends on XLIBS_X11
+ default no
+
+# ---
+
+config XLIBS_XEXTENSIONS
+ bool
+ depends on XLIBS
+ prompt "XExtensions"
+
+config XLIBS_XAU
+ bool
+ depends on XLIBS
+ prompt "Xau"
+
+config XLIBS_XEXT
+ bool
+ depends on XLIBS
+ prompt "Xext"
+
+# ---
+
+config XLIBS_XFONT
+ bool
+ depends on XLIBS
+ prompt "Xfont"
+
+config XLIBS_XFONT_FREETYPE
+ bool
+ prompt "Freetype Support"
+ depends on XLIBS_XFONT
+ default n
+
+config XLIBS_XFONT_FONTCACHE
+ bool
+ prompt "Fontcache Support"
+ depends on XLIBS_XFONT
+ default n
+
+config XLIBS_XFONT_FC
+ bool
+ prompt "FC"
+ depends on XLIBS_XFONT
+ default n
+
+config XLIBS_XFONT_BUILTINS
+ bool
+ prompt "Builtins"
+ depends on XLIBS_XFONT
+ default y
+
+config XLIBS_XFONT_BITMAP
+ bool
+ prompt "Bitmap"
+ depends on XLIBS_XFONT
+ default y
+
+# ---
+
+config XLIBS_XPROTO
+ bool
+ depends on XLIBS
+ prompt "Xproto"
+
+config XLIBS_XTRANS
+ bool
+ depends on XLIBS
+ prompt "xtrans"
+
+##############################################################################
+
+comment "Extension Libs"
+ depends on XLIBS
+
+config XLIBS_ICE
+ bool
+ depends on XLIBS
+ prompt "ICE"
+
+config XLIBS_SM
+ bool
+ depends on XLIBS
+ prompt "SM"
+
+config XLIBS_XRES
+ bool
+ depends on XLIBS
+ prompt "XRes"
+
+config XLIBS_XDMCP
+ bool
+ depends on XLIBS
+ prompt "XDMCP"
+
+config XLIBS_XINERAMA
+ bool
+ depends on XLIBS
+ prompt "Xinerama"
+
+config XLIBS_XRENDER
+ bool
+ depends on XLIBS
+ prompt "Xrender"
+
+config XLIBS_PANORAMIXEXT
+ bool
+ depends on XLIBS
+ prompt "PanoramiXExt"
+
+config XLIBS_SCRNSAVEREXT
+ bool
+ depends on XLIBS
+ prompt "ScrnSaverExt"
+
+config XLIBS_XMU
+ bool
+ depends on XLIBS
+ prompt "Xmu"
+
+config XLIBS_XSS
+ bool
+ depends on XLIBS
+ prompt "Xss"
+
+config XLIBS_XAW
+ bool
+ depends on XLIBS
+ prompt "Xaw"
+
+config XLIBS_XFIXES
+ bool
+ depends on XLIBS
+ prompt "Xfixes"
+
+config XLIBS_XP
+ bool
+ depends on XLIBS
+ prompt "Xp"
+
+config XLIBS_XT
+ bool
+ depends on XLIBS
+ prompt "Xt"
+
+config XLIBS_XKBDESC
+ bool
+ depends on XLIBS
+ prompt "xkbdesc"
+
+config XLIBS_XCALIBRATE
+ bool
+ depends on XLIBS
+ prompt "XCalibrate"
+
+config XLIBS_XCOMPOSITE
+ bool
+ depends on XLIBS
+ prompt "Xcomposite"
+
+config XLIBS_XPM
+ bool
+ depends on XLIBS
+ prompt "Xpm"
+
+config XLIBS_XTST
+ bool
+ depends on XLIBS
+ prompt "Xtst"
+
+config XLIBS_XKBFILE
+ bool
+ depends on XLIBS
+ prompt "xkbfile"
+
+config XLIBS_FS
+ bool
+ depends on XLIBS
+ prompt "FS"
+
+config XLIBS_RENDER
+ bool
+ depends on XLIBS
+ prompt "Render"
+
+config XLIBS_XCALIBRATE_EXT
+ bool
+ depends on XLIBS
+ prompt "XCalibrateExt"
+
+config XLIBS_XCURSOR
+ bool
+ depends on XLIBS
+ prompt "Xcursor"
+
+config XLIBS_XFT
+ bool
+ depends on XLIBS
+ prompt "Xft"
+
+config XLIBS_XV
+ bool
+ depends on XLIBS
+ prompt "Xv"
+
+config XLIBS_XKBUI
+ bool
+ depends on XLIBS
+ prompt "xkbui"
+
+config XLIBS_XDAMAGE
+ bool
+ depends on XLIBS
+ prompt "Xdamage"
+
+config XLIBS_XI
+ bool
+ depends on XLIBS
+ prompt "Xi"
+
+config XLIBS_XRANDR
+ bool
+ depends on XLIBS
+ prompt "Xrandr"
+
+config XLIBS_XVMC
+ bool
+ depends on XLIBS
+ prompt "XvMC"
+
+#Xxf86vmExt
+#xlibs
+#Xxf86dga
+#memleak
+#xlibs-old
+#Xxf86dgaExt
+#packaging
+#Xxf86misc
+#Xxf86rush
+#Xxf86vm
+
+endmenu