mirror of
https://github.com/kenzok8/small-package.git
synced 2026-02-05 06:17:38 +08:00
update 2023-04-18 16:22:03
This commit is contained in:
@@ -22,6 +22,8 @@ PKG_INSTALL:=1
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
DISABLE_NLS:=
|
||||
|
||||
define Package/libwxbase
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
@@ -95,8 +97,6 @@ CONFIGURE_ARGS += \
|
||||
--without-x \
|
||||
--without-x11
|
||||
|
||||
CONFIGURE_ARGS := $(filter-out --disable-nls, $(CONFIGURE_ARGS))
|
||||
|
||||
define Build/InstallDev
|
||||
$(INSTALL_DIR) $(1)/usr/bin
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/wx-config $(1)/usr/bin/
|
||||
|
||||
Reference in New Issue
Block a user