Procházet zdrojové kódy

naiveproxy: move header files to dedicated folder

Signed-off-by: Tianling Shen <[email protected]>
Tianling Shen před 3 roky
rodič
revize
5a2eefbd9b
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. 3 3
      naiveproxy/Makefile

+ 3 - 3
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