1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-07-01 02:33:51 +03:00

make use of feature flags: <DirectFB> shall provide feature "drawing backend"

This commit is contained in:
Mirko Vogt 2009-11-12 01:53:09 +01:00
parent 29f0c42659
commit 7c088ae3e9

View File

@ -35,6 +35,12 @@ endef
TARGET_LDFLAGS+="-Wl,-rpath-link=$(STAGING_DIR)/usr/lib"
CONFIGURE_CMD=./autogen.sh
define Feature/DirectFB
TARGET_NAME:=drawing-backend
TARGET_TITLE:=Drawing Backend
NAME:=DirectFB
endef
comma:=,
define Build/Configure
$(call Build/Configure/Default, \
@ -105,4 +111,5 @@ define Package/DirectFB/install
$(1)/usr/lib/directfb-1.4-0/inputdrivers/
endef
$(eval $(call Feature,DirectFB))
$(eval $(call BuildPackage,DirectFB))