mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 16:37:30 +02:00
make use of feature flags: <DirectFB> shall provide feature "drawing backend"
This commit is contained in:
parent
29f0c42659
commit
7c088ae3e9
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user