summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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