summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2006-02-20 21:06:47 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2006-02-20 21:06:47 +0000
commitd99026eb60e5fcacd5b1f60ae554ce90ea7b5362 (patch)
treec09e6a01514087b525e3a531890afb66ef38db99 /rules
parent91cf8efa923a506b5ed554db300c218cebd79d23 (diff)
downloadptxdist-d99026eb60e5fcacd5b1f60ae554ce90ea7b5362.tar.gz
ptxdist-d99026eb60e5fcacd5b1f60ae554ce90ea7b5362.tar.xz
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4650 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules')
-rw-r--r--rules/xorg-lib-AppleWM.in6
-rw-r--r--rules/xorg-lib-FS.in6
-rw-r--r--rules/xorg-lib-ICE.in6
-rw-r--r--rules/xorg-lib-SM.in6
-rw-r--r--rules/xorg-lib-WindowsWM.in6
-rw-r--r--rules/xorg-lib-X11.in6
-rw-r--r--rules/xorg-lib-XScrnSaver.in6
-rw-r--r--rules/xorg-lib-XTrap.in6
-rw-r--r--rules/xorg-lib-Xau.in6
-rw-r--r--rules/xorg-lib-Xaw.in6
-rw-r--r--rules/xorg-lib-Xcomposite.in6
-rw-r--r--rules/xorg-lib-Xcursor.in6
-rw-r--r--rules/xorg-lib-Xfixes.in4
13 files changed, 74 insertions, 2 deletions
diff --git a/rules/xorg-lib-AppleWM.in b/rules/xorg-lib-AppleWM.in
new file mode 100644
index 000000000..f101e4e8b
--- /dev/null
+++ b/rules/xorg-lib-AppleWM.in
@@ -0,0 +1,6 @@
+config XORG_LIB_APPLEWM
+ bool
+ depends on XORG_LIB
+ prompt "libAppleWM"
+ help
+ FIXME
diff --git a/rules/xorg-lib-FS.in b/rules/xorg-lib-FS.in
new file mode 100644
index 000000000..2018178a1
--- /dev/null
+++ b/rules/xorg-lib-FS.in
@@ -0,0 +1,6 @@
+config XORG_LIB_FS
+ bool
+ depends on XORG_LIB
+ prompt "libFS"
+ help
+ FIXME
diff --git a/rules/xorg-lib-ICE.in b/rules/xorg-lib-ICE.in
new file mode 100644
index 000000000..8e3a7a44e
--- /dev/null
+++ b/rules/xorg-lib-ICE.in
@@ -0,0 +1,6 @@
+config XORG_LIB_ICE
+ bool
+ depends on XORG_LIB
+ prompt "libICE"
+ help
+ FIXME
diff --git a/rules/xorg-lib-SM.in b/rules/xorg-lib-SM.in
new file mode 100644
index 000000000..c53450c12
--- /dev/null
+++ b/rules/xorg-lib-SM.in
@@ -0,0 +1,6 @@
+config XORG_LIB_SM
+ bool
+ depends on XORG_LIB
+ prompt "libSM"
+ help
+ FIXME
diff --git a/rules/xorg-lib-WindowsWM.in b/rules/xorg-lib-WindowsWM.in
new file mode 100644
index 000000000..ea762d3ca
--- /dev/null
+++ b/rules/xorg-lib-WindowsWM.in
@@ -0,0 +1,6 @@
+config XORG_LIB_WINDOWSWM
+ bool
+ depends on XORG_LIB
+ prompt "libWindowsWM"
+ help
+ FIXME
diff --git a/rules/xorg-lib-X11.in b/rules/xorg-lib-X11.in
new file mode 100644
index 000000000..462b79e14
--- /dev/null
+++ b/rules/xorg-lib-X11.in
@@ -0,0 +1,6 @@
+config XORG_LIB_X11
+ bool
+ depends on XORG_LIB
+ prompt "libX11"
+ help
+ FIXME
diff --git a/rules/xorg-lib-XScrnSaver.in b/rules/xorg-lib-XScrnSaver.in
new file mode 100644
index 000000000..19117b758
--- /dev/null
+++ b/rules/xorg-lib-XScrnSaver.in
@@ -0,0 +1,6 @@
+config XORG_LIB_XSCRNSAVER
+ bool
+ depends on XORG_LIB
+ prompt "libXScrnSaver"
+ help
+ FIXME
diff --git a/rules/xorg-lib-XTrap.in b/rules/xorg-lib-XTrap.in
new file mode 100644
index 000000000..f7bd52911
--- /dev/null
+++ b/rules/xorg-lib-XTrap.in
@@ -0,0 +1,6 @@
+config XORG_LIB_XTRAP
+ bool
+ depends on XORG_LIB
+ prompt "libXTrap"
+ help
+ FIXME
diff --git a/rules/xorg-lib-Xau.in b/rules/xorg-lib-Xau.in
new file mode 100644
index 000000000..ce43cc9ec
--- /dev/null
+++ b/rules/xorg-lib-Xau.in
@@ -0,0 +1,6 @@
+config XORG_LIB_XAU
+ bool
+ depends on XORG_LIB
+ prompt "libXau"
+ help
+ FIXME
diff --git a/rules/xorg-lib-Xaw.in b/rules/xorg-lib-Xaw.in
new file mode 100644
index 000000000..56ead8adf
--- /dev/null
+++ b/rules/xorg-lib-Xaw.in
@@ -0,0 +1,6 @@
+config XORG_LIB_XAW
+ bool
+ depends on XORG_LIB
+ prompt "libXaw"
+ help
+ FIXME
diff --git a/rules/xorg-lib-Xcomposite.in b/rules/xorg-lib-Xcomposite.in
new file mode 100644
index 000000000..2ae3ecb36
--- /dev/null
+++ b/rules/xorg-lib-Xcomposite.in
@@ -0,0 +1,6 @@
+config XORG_LIB_XCOMPOSITE
+ bool
+ depends on XORG_LIB
+ prompt "libXcomposite"
+ help
+ FIXME
diff --git a/rules/xorg-lib-Xcursor.in b/rules/xorg-lib-Xcursor.in
new file mode 100644
index 000000000..1952bef43
--- /dev/null
+++ b/rules/xorg-lib-Xcursor.in
@@ -0,0 +1,6 @@
+config XORG_LIB_XCURSOR
+ bool
+ depends on XORG_LIB
+ prompt "libXcursor"
+ help
+ FIXME
diff --git a/rules/xorg-lib-Xfixes.in b/rules/xorg-lib-Xfixes.in
index a413d3f91..fe2c29ba4 100644
--- a/rules/xorg-lib-Xfixes.in
+++ b/rules/xorg-lib-Xfixes.in
@@ -1,6 +1,6 @@
-config XORG_LIB_XFILES FIXME
+config XORG_LIB_XFIXES
bool
depends on XORG_LIB
- prompt ""
+ prompt "libXfixes"
help
FIXME