From: nbd Date: Tue, 2 Nov 2010 16:32:18 +0000 (+0000) Subject: libX11: depend on DISPLAY_SUPPORT X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=1d0967abd3f3a1d8e9a74e6c33584ab063e56ea9;p=packages.git libX11: depend on DISPLAY_SUPPORT git-svn-id: svn://svn.openwrt.org/openwrt/packages@23793 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/Xorg/xorg/lib/libX11/Makefile b/Xorg/xorg/lib/libX11/Makefile index 9432953a4..6468b04e3 100644 --- a/Xorg/xorg/lib/libX11/Makefile +++ b/Xorg/xorg/lib/libX11/Makefile @@ -27,7 +27,7 @@ define Package/libX11 SECTION:=xorg-libraries CATEGORY:=Xorg SUBMENU:=libraries - DEPENDS:=+libXdmcp +libXau @FEATURE_drawing-backend_libX11 + DEPENDS:=+libXdmcp +libXau @FEATURE_drawing-backend_libX11 @DISPLAY_SUPPORT TITLE:=libX11 URL:=http://xorg.freedesktop.org/ endef