From 0d7d400803c26fd731c0ba371b7bba76213f760f Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Thu, 8 Sep 2022 11:16:59 +0800 Subject: [PATCH] naiveproxy: move header files to dedicated folder Signed-off-by: Tianling Shen --- naiveproxy/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/naiveproxy/Makefile b/naiveproxy/Makefile index 8b7266082..d204e867f 100644 --- a/naiveproxy/Makefile +++ b/naiveproxy/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=naiveproxy PKG_VERSION:=105.0.5195.52-1 -PKG_RELEASE:=$(AUTORELEASE) +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/klzgrad/naiveproxy/tar.gz/v$(PKG_VERSION)? @@ -135,13 +135,13 @@ define Build/Compile endef define Build/InstallDev - $(INSTALL_DIR) $(1)/usr/include + $(INSTALL_DIR) $(1)/usr/include/libcronet $(CP) \ $(PKG_BUILD_DIR)/src/components/grpc_support/include/bidirectional_stream_c.h \ $(PKG_BUILD_DIR)/src/components/cronet/native/generated/cronet.idl_c.h \ $(PKG_BUILD_DIR)/src/components/cronet/native/include/cronet_c.h \ $(PKG_BUILD_DIR)/src/components/cronet/native/include/cronet_export.h \ - $(1)/usr/include/ + $(1)/usr/include/libcronet/ endef define Package/naiveproxy/install