summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2006-03-01 13:56:17 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2006-03-01 13:56:17 +0000
commit28651b8be457b7337ee2f37a79a975fb945e6e12 (patch)
treefc805440469c87d4d8c97d060cb6a37c2310b9e3
parent70bce9600f691be97331082d14f73f6e099d6739 (diff)
downloadptxdist-28651b8be457b7337ee2f37a79a975fb945e6e12.tar.gz
ptxdist-28651b8be457b7337ee2f37a79a975fb945e6e12.tar.xz
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4921 33e552b5-05e3-0310-8538-816dae2090ed
-rw-r--r--rules/xorg-lib-WindowsWM.make2
-rw-r--r--rules/xorg-lib-Xcomposite.in4
-rw-r--r--rules/xorg-lib-Xcursor.in4
3 files changed, 9 insertions, 1 deletions
diff --git a/rules/xorg-lib-WindowsWM.make b/rules/xorg-lib-WindowsWM.make
index 51df5c45c..2fcc8ba82 100644
--- a/rules/xorg-lib-WindowsWM.make
+++ b/rules/xorg-lib-WindowsWM.make
@@ -18,7 +18,7 @@ PACKAGES-$(PTXCONF_XORG_LIB_WINDOWSWM) += xorg-lib-WindowsWM
# Paths and names
#
XORG_LIB_WINDOWSWM_VERSION := 1.0.0
-XORG_LIB_WINDOWSWM := libWindowsWMi-X11R7.0-$(XORG_LIB_WINDOWSWM_VERSION)
+XORG_LIB_WINDOWSWM := libWindowsWM-X11R7.0-$(XORG_LIB_WINDOWSWM_VERSION)
XORG_LIB_WINDOWSWM_SUFFIX := tar.bz2
XORG_LIB_WINDOWSWM_URL := ftp://ftp.gwdg.de/pub/x11/x.org/pub/X11R7.0/src/lib//$(XORG_LIB_WINDOWSWM).$(XORG_LIB_WINDOWSWM_SUFFIX)
XORG_LIB_WINDOWSWM_SOURCE := $(SRCDIR)/$(XORG_LIB_WINDOWSWM).$(XORG_LIB_WINDOWSWM_SUFFIX)
diff --git a/rules/xorg-lib-Xcomposite.in b/rules/xorg-lib-Xcomposite.in
index 2ae3ecb36..2dbb1a448 100644
--- a/rules/xorg-lib-Xcomposite.in
+++ b/rules/xorg-lib-Xcomposite.in
@@ -1,6 +1,10 @@
config XORG_LIB_XCOMPOSITE
bool
+ depends on BROKEN
depends on XORG_LIB
prompt "libXcomposite"
help
FIXME
+
+comment "xcomposite is broken, please send a patch"
+ depends on !BROKEN
diff --git a/rules/xorg-lib-Xcursor.in b/rules/xorg-lib-Xcursor.in
index 1952bef43..8dfe34f7e 100644
--- a/rules/xorg-lib-Xcursor.in
+++ b/rules/xorg-lib-Xcursor.in
@@ -1,6 +1,10 @@
config XORG_LIB_XCURSOR
bool
depends on XORG_LIB
+ select XORG_LIB_XRENDER
+ select XORG_LIB_XFIXES
+ select XORG_LIB_X11
+ select XORG_PROTO_FIXES
prompt "libXcursor"
help
FIXME