mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
wifi-services: add libwifi dependency
This commit is contained in:
parent
82e8c63c88
commit
9a934269ae
1 changed files with 7 additions and 1 deletions
|
|
@ -15,6 +15,12 @@ endif
|
|||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
||||
PKG_LICENSE:=PROPRIETARY
|
||||
|
||||
PKG_CONFIG_DEPENDS := \
|
||||
CONFIG_PACKAGE_libwifiutils \
|
||||
CONFIG_PACKAGE_libwifi
|
||||
|
||||
PKG_BUILD_DEPENDS := libwifi
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
MAKE_FLAGS += \
|
||||
|
|
@ -26,7 +32,7 @@ define Package/wifi-services
|
|||
SECTION:=utils
|
||||
CATEGORY:=Utilities
|
||||
TITLE:= Wi-Fi extra services
|
||||
DEPENDS+=+libeasy +libwifiutils
|
||||
DEPENDS+=+libeasy +libwifiutils +libwifi
|
||||
endef
|
||||
|
||||
define Package/wifi-services/description
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue