From 535f461f82e30ef9aac2b00e5d8cde3fe06cd6ac Mon Sep 17 00:00:00 2001 From: Mirko Vogt Date: Thu, 12 Nov 2009 00:51:32 +0000 Subject: [PATCH] make use of feature-flags: let libX11 provide the feature "drawing-backend" SVN-Revision: 18388 --- Xorg/xorg/lib/libX11/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Xorg/xorg/lib/libX11/Makefile b/Xorg/xorg/lib/libX11/Makefile index 13106c18c..ac2b6fc66 100644 --- a/Xorg/xorg/lib/libX11/Makefile +++ b/Xorg/xorg/lib/libX11/Makefile @@ -32,6 +32,12 @@ define Package/libX11 URL:=http://xorg.freedesktop.org/ endef +define Feature/libX11 + TARGET_NAME:=drawing-backend + TARGET_TITLE:=Drawing Backend + NAME:=libX11 +endef + define Build/Configure $(call Build/Configure/Default, \ --enable-malloc0returnsnull \ @@ -72,4 +78,5 @@ define Package/libX11/install $(1)/usr/lib/ endef +$(eval $(call Feature,libX11)) $(eval $(call BuildPackage,libX11)) -- 2.30.2