mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 04:31:21 +00:00
qrencode: cmake minimum required version to 3.10
- bump to r2 to adjust cmake minimum required version to 3.10 Link: openwrt#27607 Link: openwrt/openwrt@1b48ebd Signed-off-by: Andrea Pesaresi <andreapesaresi82@gmail.com>
This commit is contained in:
committed by
Hannu Nyman
parent
ca4abc6494
commit
d82e2db28b
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=qrencode
|
||||
PKG_VERSION:=4.1.1
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||
PKG_SOURCE_URL:=https://fukuchi.org/works/qrencode
|
||||
|
||||
8
libs/qrencode/patches/001-cmake-version.patch
Normal file
8
libs/qrencode/patches/001-cmake-version.patch
Normal file
@@ -0,0 +1,8 @@
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -1,4 +1,4 @@
|
||||
-cmake_minimum_required(VERSION 3.1.0)
|
||||
+cmake_minimum_required(VERSION 3.10)
|
||||
|
||||
project(QRencode VERSION 4.1.1 LANGUAGES C)
|
||||
|
||||
Reference in New Issue
Block a user