summaryrefslogtreecommitdiff
path: root/package/java/classpath/classpath.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/java/classpath/classpath.mk')
-rw-r--r--package/java/classpath/classpath.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/java/classpath/classpath.mk b/package/java/classpath/classpath.mk
index 71c18a045..b62e29c1b 100644
--- a/package/java/classpath/classpath.mk
+++ b/package/java/classpath/classpath.mk
@@ -77,7 +77,7 @@ else
CLASSPATH_CONF_OPT+= --disable-gtk-peer
endif
-ifneq ($(BR2_PACKAGE_XSERVER_none),y)
+ifeq ($(BR2_PACKAGE_XORG7),y)
CLASSPATH_DEPENDENCIES+= $(XSERVER)
CLASSPATH_CONF_OPT+= --with-x \
--x-includes=$(STAGING_DIR)/usr/include/X11 \